X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdo-if.c;h=6f9aa507ed5ecada4516e8a13622df036f5fa103;hb=97d6c6f6b1922621ca013668eba9a9a9f71d60fe;hp=5dfc0626dfc92932bd9ec24a27216eaa1a8fbab2;hpb=564f1eac7ce351b863dba65b75d71fdf3c92b73e;p=pspp-builds.git diff --git a/src/do-if.c b/src/do-if.c index 5dfc0626..6f9aa507 100644 --- a/src/do-if.c +++ b/src/do-if.c @@ -248,7 +248,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 != '.')