From: Ben Pfaff Date: Thu, 4 May 2006 06:19:02 +0000 (+0000) Subject: Continue reforming procedure execution. In this phase, get rid of X-Git-Tag: v0.6.0~905 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0bf9b1b0f727fafac4296a048e3f45db5936f81;hp=b0bf9b1b0f727fafac4296a048e3f45db5936f81;p=pspp-builds.git Continue reforming procedure execution. In this phase, get rid of many global variables, consolidating procedure execution in procedure.c. Encapsulate transformations in new "struct trns_chain". Also, change implementation of N OF CASES, FILTER, and PROCESS IF from special cases to transformations. ---