* Changed dict_get_case_weight() to accept an additional int * flag to complain about...
[pspp] / src / list.q
index c875e6f53a17d81136879c37db39a109db956974..56f45342be4005cf1c02d05e83c8fd7a480de558 100644 (file)
@@ -18,7 +18,7 @@
    02111-1307, USA. */
 
 #include <config.h>
-#include <assert.h>
+#include "error.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include "alloc.h"
@@ -125,7 +125,6 @@ cmd_list (void)
 {
   struct variable casenum_var;
 
-  lex_match_id ("LIST");
   if (!parse_list (&cmd))
     return CMD_FAILURE;