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

Diff of /bison/src/lex.h

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

revision 1.18 by akim, Thu Oct 4 14:55:20 2001 UTC revision 1.19 by akim, Mon Nov 5 09:09:19 2001 UTC
# Line 51  typedef enum token_e Line 51  typedef enum token_e
51      tok_define,      tok_define,
52      tok_skel,      tok_skel,
53      tok_noop,      tok_noop,
54      tok_setopt,      tok_intopt,
55        tok_stropt,
56      tok_illegal,      tok_illegal,
57      tok_obsolete      tok_obsolete
58    } token_t;    } token_t;
59    
60  extern const char *token_buffer;  extern char *token_buffer;
61  extern bucket *symval;  extern bucket *symval;
62  extern int numval;  extern int numval;
63    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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