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

Diff of /bison/src/reader.h

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

revision 1.30 by akim, Tue Nov 12 08:05:59 2002 UTC revision 1.31 by akim, Tue Nov 12 08:26:38 2002 UTC
# Line 42  extern FILE *gram_in; Line 42  extern FILE *gram_in;
42  extern int gram__flex_debug;  extern int gram__flex_debug;
43  void scanner_initialize (void);  void scanner_initialize (void);
44  void scanner_free (void);  void scanner_free (void);
45    void scanner_last_string_free (void);
46    
47  # define YY_DECL \  # define YY_DECL \
48    int gram_lex (yystype *yylval, location_t *yylloc, \    int gram_lex (yystype *yylval, location_t *yylloc, \
# Line 69  extern braced_code_t current_braced_code Line 70  extern braced_code_t current_braced_code
70  /* From reader.c. */  /* From reader.c. */
71  void grammar_start_symbol_set (symbol_t *s, location_t l);  void grammar_start_symbol_set (symbol_t *s, location_t l);
72  void prologue_augment (const char *prologue, location_t location);  void prologue_augment (const char *prologue, location_t location);
73  void epilogue_set (const char *epilogue, location_t location);  void epilogue_augment (const char *epilogue, location_t location);
74  void grammar_symbol_append (symbol_t *s, location_t l);  void grammar_symbol_append (symbol_t *s, location_t l);
75  void grammar_rule_begin (symbol_t *lhs, location_t l);  void grammar_rule_begin (symbol_t *lhs, location_t l);
76  void grammar_rule_end (location_t l);  void grammar_rule_end (location_t l);

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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