/[guile]/guile/guile-core/libguile/c-tokenize.lex
ViewVC logotype

Diff of /guile/guile-core/libguile/c-tokenize.lex

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

revision 1.4 by mvo, Sat May 17 00:06:30 2003 UTC revision 1.5 by mdj, Mon May 19 09:57:01 2003 UTC
# Line 18  INTQUAL                (l|L|ll|LL|lL|Ll|u|U) Line 18  INTQUAL                (l|L|ll|LL|lL|Ll|u|U)
18  #include <stdio.h>  #include <stdio.h>
19  #include <stdlib.h>  #include <stdlib.h>
20  #include <string.h>  #include <string.h>
   
 int yylex(void);  
21        
22    int yylex(void);
23    
24    int yyget_lineno (void);
25    FILE *yyget_in (void);
26    FILE *yyget_out (void);
27    int yyget_leng (void);
28    char *yyget_text (void);
29    void yyset_lineno (int line_number);
30    void yyset_in (FILE * in_str);
31    void yyset_out (FILE * out_str);
32    int yyget_debug (void);
33    void yyset_debug (int  bdebug);
34    int yylex_destroy (void);
35    
36  int filter_snarfage = 0;  int filter_snarfage = 0;
37  int print = 1;  int print = 1;
38    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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