/[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.28 by akim, Mon Nov 19 10:37:58 2001 UTC revision 1.29 by marc, Mon Nov 26 21:06:22 2001 UTC
# Line 39  int graph_flag = 0; Line 39  int graph_flag = 0;
39  int trace_flag = 0;  int trace_flag = 0;
40    
41  const char *skeleton = NULL;  const char *skeleton = NULL;
42    const char *include = NULL;
43    
44  extern char *program_name;  extern char *program_name;
45    
# Line 168  getargs (int argc, char *argv[]) Line 169  getargs (int argc, char *argv[])
169          skeleton = optarg;          skeleton = optarg;
170          break;          break;
171    
172          case 'I':
173            include = optarg;
174            break;
175    
176        case 'd':        case 'd':
177          /* Here, the -d and --defines options are differentiated.  */          /* Here, the -d and --defines options are differentiated.  */
178          defines_flag = 1;          defines_flag = 1;

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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