/[bison]/bison/src/getargs.c
ViewVC logotype

Diff of /bison/src/getargs.c

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

revision 1.53 by eggert, Fri Dec 13 11:41:21 2002 UTC revision 1.54 by eggert, Thu Dec 26 06:55:45 2002 UTC
# Line 355  getargs (int argc, char *argv[]) Line 355  getargs (int argc, char *argv[])
355        case 'g':        case 'g':
356          /* Here, the -g and --graph=FILE options are differentiated.  */          /* Here, the -g and --graph=FILE options are differentiated.  */
357          graph_flag = 1;          graph_flag = 1;
358          spec_graph_file = AS_FILE_NAME (optarg);          if (optarg)
359              spec_graph_file = AS_FILE_NAME (optarg);
360          break;          break;
361    
362        case 'v':        case 'v':

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

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