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

Diff of /bison/src/lex.c

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

revision 1.53 by akim, Sun Apr 7 17:43:21 2002 UTC revision 1.54 by akim, Sun Apr 7 17:43:41 2002 UTC
# Line 32  Line 32 
32  static struct obstack token_obstack;  static struct obstack token_obstack;
33  const char *token_buffer = NULL;  const char *token_buffer = NULL;
34    
35  bucket *symval = NULL;  symbol_t *symval = NULL;
36  int numval;  int numval;
37    
38  /* A token to be reread, see unlex and lex. */  /* A token to be reread, see unlex and lex. */
39  static token_t unlexed = tok_undef;  static token_t unlexed = tok_undef;
40  static bucket *unlexed_symval = NULL;  static symbol_t *unlexed_symval = NULL;
41  static const char *unlexed_token_buffer = NULL;  static const char *unlexed_token_buffer = NULL;
42    
43  void  void

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