pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/cmdline.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/cmdline.c
Date: Tue, 15 Mar 2005 01:04:13 -0500

Index: pspp/src/cmdline.c
diff -u pspp/src/cmdline.c:1.10 pspp/src/cmdline.c:1.11
--- pspp/src/cmdline.c:1.10     Tue Mar  8 04:56:43 2005
+++ pspp/src/cmdline.c  Tue Mar 15 06:04:10 2005
@@ -43,13 +43,12 @@
 
 char *subst_vars (char *);
 
-static int testing_mode=0;
-
 /* Parses the command line specified by ARGC and ARGV as received by
    main(). */
 void
 parse_command_line (int argc, char **argv)
 {
+  static int testing_mode = 0;
   static struct option long_options[] =
   {
     {"algorithm", required_argument, NULL, 'a'},
@@ -79,7 +78,6 @@
   int c, i;
 
   int cleared_device_defaults = 0;
-
   int no_statrc = 0;
 
   for (;;)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]