Enables Data Open/Save/New menuitems.
[pspp-builds.git] / src / ui / terminal / main.c
index 81b09a1df24d22120d270fb0b5bd97bc2a2eff4f..2f7d1fbea7baada5b5aafd6d50ff09139518e78f 100644 (file)
@@ -118,9 +118,8 @@ main (int argc, char **argv)
 
       for (;;)
         {
-          int result = cmd_parse (the_lexer, the_dataset,
-                                 proc_has_source (the_dataset)
-                                 ? CMD_STATE_DATA : CMD_STATE_INITIAL);
+          int result = cmd_parse (the_lexer, the_dataset);
+
           if (result == CMD_EOF || result == CMD_FINISH)
             break;
           if (result == CMD_CASCADING_FAILURE &&