/[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.37 by eggert, Mon Dec 30 22:35:56 2002 UTC revision 1.38 by eggert, Mon Feb 3 15:35:57 2003 UTC
# Line 1  Line 1 
1  /* Input parser for Bison  /* Input parser for Bison
2    
3     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
4    
5     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
6    
# Line 53  char const *token_name (int); Line 53  char const *token_name (int);
53    
54    
55  /* From reader.c. */  /* From reader.c. */
56  void grammar_start_symbol_set (symbol *s, location loc);  void grammar_start_symbol_set (symbol *sym, location loc);
57  void prologue_augment (const char *prologue, location loc);  void prologue_augment (const char *prologue, location loc);
58  void epilogue_augment (const char *epilogue, location loc);  void epilogue_augment (const char *epilogue, location loc);
59  void grammar_symbol_append (symbol *s, location loc);  void grammar_symbol_append (symbol *sym, location loc);
60  void grammar_rule_begin (symbol *lhs, location loc);  void grammar_rule_begin (symbol *lhs, location loc);
61  void grammar_rule_end (location loc);  void grammar_rule_end (location loc);
62  void grammar_midrule_action (void);  void grammar_midrule_action (void);

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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