X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftemporary.c;h=c04ce764d99b18a99274fe2adfa9503f9f5854b7;hb=97d6c6f6b1922621ca013668eba9a9a9f71d60fe;hp=090ceafea1a986734f02038e85dc5b6a244f79fa;hpb=14e7292894533c5491a774a2d749386362660812;p=pspp diff --git a/src/temporary.c b/src/temporary.c index 090ceafea1..c04ce764d9 100644 --- a/src/temporary.c +++ b/src/temporary.c @@ -18,7 +18,7 @@ 02111-1307, USA. */ #include -#include +#include "error.h" #include #include #include "alloc.h" @@ -39,8 +39,6 @@ int temp_trns; int cmd_temporary (void) { - lex_match_id ("TEMPORARY"); - /* TEMPORARY is not allowed inside DO IF or LOOP. */ if (ctl_stack) {