Changed the definition of factors to be self referential.
[pspp-builds.git] / src / temporary.c
index 090ceafea1a986734f02038e85dc5b6a244f79fa..c04ce764d99b18a99274fe2adfa9503f9f5854b7 100644 (file)
@@ -18,7 +18,7 @@
    02111-1307, USA. */
 
 #include <config.h>
-#include <assert.h>
+#include "error.h"
 #include <stddef.h>
 #include <stdlib.h>
 #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)
     {