/[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.13 by akim, Mon Aug 6 08:51:41 2001 UTC revision 1.13.2.1 by akim, Mon Sep 10 08:33:25 2001 UTC
# Line 24  Line 24 
24  /* Token-type codes. */  /* Token-type codes. */
25  typedef enum token_e  typedef enum token_e
26    {    {
27        tok_undef,  /* Not defined.  Used to initial token_t vars. */
28      tok_eof,      tok_eof,
29      tok_identifier,      tok_identifier,
30      tok_comma,      tok_comma,
# Line 71  void read_type_name PARAMS ((FILE *fin)) Line 72  void read_type_name PARAMS ((FILE *fin))
72    
73  token_t lex PARAMS ((void));  token_t lex PARAMS ((void));
74    
75  int parse_percent_token PARAMS ((void));  token_t parse_percent_token PARAMS ((void));
76    
77  #endif /* !LEX_H_ */  #endif /* !LEX_H_ */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.13.2.1

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