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

Diff of /bison/src/getargs.h

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

revision 1.24 by akim, Tue Apr 29 12:57:35 2003 UTC revision 1.25 by eggert, Sat May 24 19:16:02 2003 UTC
# Line 26  Line 26 
26  extern const char *skeleton;            /* for -S */  extern const char *skeleton;            /* for -S */
27  extern const char *include;             /* for -I */  extern const char *include;             /* for -I */
28    
29  extern int debug_flag;          /* for -t */  extern bool debug_flag;                 /* for -t */
30  extern int defines_flag;        /* for -d */  extern bool defines_flag;               /* for -d */
31  extern int locations_flag;  extern bool locations_flag;
32  extern int no_lines_flag;       /* for -l */  extern bool no_lines_flag;              /* for -l */
33  extern int no_parser_flag;      /* for -n */  extern bool no_parser_flag;             /* for -n */
34  extern int token_table_flag;    /* for -k */  extern bool token_table_flag;           /* for -k */
35  extern int graph_flag;          /* for -g */  extern bool graph_flag;                 /* for -g */
36  extern int yacc_flag;           /* for -y */  extern bool yacc_flag;                  /* for -y */
37    
38  /* GLR_PARSER is true if the input file says to use the GLR  /* GLR_PARSER is true if the input file says to use the GLR
39     (Generalized LR) parser, and to output some additional information     (Generalized LR) parser, and to output some additional information

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

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