X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdo-if.c;h=73fc057c037ac6ad15f383bb3ed432adf7622957;hb=29c51e39acf3554a56aa2adc9451cc5fd70318ae;hp=5dfc0626dfc92932bd9ec24a27216eaa1a8fbab2;hpb=205ac3afa4c2b19c85819d8695abf3975bb11807;p=pspp-builds.git diff --git a/src/do-if.c b/src/do-if.c index 5dfc0626..73fc057c 100644 --- a/src/do-if.c +++ b/src/do-if.c @@ -31,10 +31,6 @@ #include "debug-print.h" -#if DEBUGGING -#include -#endif - /* *INDENT-OFF* */ /* Description of DO IF transformations: @@ -248,7 +244,7 @@ parse_do_if (void) struct do_if_trns *t; struct expression *e; - e = expr_parse (PXP_BOOLEAN); + e = expr_parse (EXPR_BOOLEAN); if (!e) return NULL; if (token != '.')