Make the expression code a little nicer and fix bugs found
[pspp] / src / flip.c
index 5fd1dea30fa15fdd908446e20e01e15dd66c83cd..1349ef1a014597ba8b6f992657ddc029d6823799 100644 (file)
@@ -18,7 +18,7 @@
    02111-1307, USA. */
 
 #include <config.h>
-#include <assert.h>
+#include "error.h"
 #include <ctype.h>
 #include <errno.h>
 #include <float.h>
@@ -87,7 +87,6 @@ cmd_flip (void)
   flip->new_names_tail = NULL;
   flip->file = NULL;
 
-  lex_match_id ("FLIP");
   lex_match ('/');
   if (lex_match_id ("VARIABLES"))
     {