Implemented the FREQUENCIES dialog.
[pspp] / src / ui / terminal / command-line.c
index 1205d4d5a4954d05cdcbae134af38970caaa987c..71d42a0483d5c159ea68a6521d6f888d1a08b112 100644 (file)
@@ -23,7 +23,6 @@
 #include <errno.h>
 #include <getopt.h>
 #include <stdlib.h>
-#include <libpspp/alloc.h>
 #include <libpspp/assertion.h>
 #include <libpspp/copyleft.h>
 #include <libpspp/message.h>
@@ -38,6 +37,8 @@
 #include <libpspp/verbose-msg.h>
 #include "read-line.h"
 
+#include "xalloc.h"
+
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 #define N_(msgid) msgid
@@ -171,7 +172,6 @@ parse_command_line (int argc, char **argv, struct source_stream *ss)
          puts (legal);
          return false;
         case 'T':
-          force_long_view ();
           set_testing_mode (true);
           break;
        case '?':