/[pspp]/pspp/src/lexer.h
ViewVC logotype

Diff of /pspp/src/lexer.h

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

revision 1.9 by blp, Sat Mar 12 01:08:33 2005 UTC revision 1.10 by jmd, Wed Apr 13 10:09:59 2005 UTC
# Line 20  Line 20 
20  #if !lexer_h  #if !lexer_h
21  #define lexer_h 1  #define lexer_h 1
22    
23    #include "var.h"
24  #include <ctype.h>  #include <ctype.h>
25  #include "bool.h"  #include "bool.h"
26    
# Line 72  enum Line 73  enum
73      T_N_KEYWORDS = T_LAST_KEYWORD - T_FIRST_KEYWORD + 1      T_N_KEYWORDS = T_LAST_KEYWORD - T_FIRST_KEYWORD + 1
74    };    };
75    
   
76  extern int token;  extern int token;
77  extern double tokval;  extern double tokval;
78  extern char tokid[9];  extern char tokid[LONG_NAME_LEN + 1];
79  extern struct string tokstr;  extern struct string tokstr;
80    
81  #include <stddef.h>  #include <stddef.h>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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