X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdo-if.c;h=247684ec296a71dd33b0d4142eb562a4978267c0;hb=43a6f9c7bb02e24dfb565babcb52ddf3d6a0fe52;hp=b42e0eb81f9919958907a809612fd22e66499d1f;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp diff --git a/src/do-if.c b/src/do-if.c index b42e0eb81f..247684ec29 100644 --- a/src/do-if.c +++ b/src/do-if.c @@ -18,6 +18,7 @@ 02111-1307, USA. */ #include +#include "do-ifP.h" #include #include #include "alloc.h" @@ -28,8 +29,6 @@ #include "str.h" #include "var.h" -#undef DEBUGGING -/*#define DEBUGGING 1*/ #include "debug-print.h" #if DEBUGGING @@ -75,8 +74,6 @@ */ /* *INDENT-ON* */ -#include "do-ifP.h" - static struct do_if_trns *parse_do_if (void); static void add_ELSE_IF (struct do_if_trns *); static int goto_trns_proc (struct trns_header *, struct ccase *);