/[pspp]/pspp/src/cmdline.c
ViewVC logotype

Diff of /pspp/src/cmdline.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by jmd, Tue Mar 8 04:56:43 2005 UTC revision 1.11 by blp, Tue Mar 15 06:04:10 2005 UTC
# Line 43  static void usage (void); Line 43  static void usage (void);
43    
44  char *subst_vars (char *);  char *subst_vars (char *);
45    
 static int testing_mode=0;  
   
46  /* Parses the command line specified by ARGC and ARGV as received by  /* Parses the command line specified by ARGC and ARGV as received by
47     main(). */     main(). */
48  void  void
49  parse_command_line (int argc, char **argv)  parse_command_line (int argc, char **argv)
50  {  {
51      static int testing_mode = 0;
52    static struct option long_options[] =    static struct option long_options[] =
53    {    {
54      {"algorithm", required_argument, NULL, 'a'},      {"algorithm", required_argument, NULL, 'a'},
# Line 79  parse_command_line (int argc, char **arg Line 78  parse_command_line (int argc, char **arg
78    int c, i;    int c, i;
79    
80    int cleared_device_defaults = 0;    int cleared_device_defaults = 0;
   
81    int no_statrc = 0;    int no_statrc = 0;
82    
83    for (;;)    for (;;)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26