* src/reader.c (grammar_end, grammar_symbol_append): New.

(readgram): Use them.
Make the use of `p' as local as possible.
This commit is contained in:
Akim Demaille
2002-06-11 08:07:36 +00:00
parent 69078d4b3b
commit f6d0f937fd
2 changed files with 41 additions and 32 deletions

View File

@@ -1,3 +1,9 @@
2002-06-11 Akim Demaille <akim@epita.fr>
* src/reader.c (grammar_end, grammar_symbol_append): New.
(readgram): Use them.
Make the use of `p' as local as possible.
2002-06-10 Akim Demaille <akim@epita.fr>
GCJ's parser requires the tokens to be defined before the prologue.