/[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.25 by pascal, Thu Sep 20 18:32:20 2001 UTC revision 1.26 by akim, Thu Oct 4 14:55:20 2001 UTC
# Line 89  Output:\n\ Line 89  Output:\n\
89    -d, --defines              also produce a header file\n\    -d, --defines              also produce a header file\n\
90    -v, --verbose              also produce an explanation of the automaton\n\    -v, --verbose              also produce an explanation of the automaton\n\
91    -b, --file-prefix=PREFIX   specify a PREFIX for output files\n\    -b, --file-prefix=PREFIX   specify a PREFIX for output files\n\
92    -o, --output-file=FILE     leave output to FILE\n"), stream);    -o, --output-file=FILE     leave output to FILE\n\
93      -g, --graph                also produce a VCG graph description of the \
94    automaton\n"), stream);
95    putc ('\n', stream);    putc ('\n', stream);
96    
97    fputs (_("\    fputs (_("\
# Line 153  getargs (int argc, char *argv[]) Line 155  getargs (int argc, char *argv[])
155          exit (0);          exit (0);
156    
157        case 'g':        case 'g':
158            /* Here, the -g and --graph=FILE options are differentiated.  */
159          graph_flag = 1;          graph_flag = 1;
160            spec_graph_file = optarg;
161          break;          break;
162    
163        case 'v':        case 'v':
# Line 165  getargs (int argc, char *argv[]) Line 169  getargs (int argc, char *argv[])
169          break;          break;
170    
171        case 'd':        case 'd':
172            /* Here, the -d and --defines options are differentiated.  */
173          defines_flag = 1;          defines_flag = 1;
174            spec_defines_file = optarg;
175          break;          break;
176    
177        case 'l':        case 'l':

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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