* src/parse-gram.y (directives, directive, gram)

(grammar_directives, precedence_directives, precedence_directive):
Rename as...
(declarations, declaration, grammar, grammar_declaration)
(precedence_declaration, precedence_declarator): these.
(symbol_declaration): New.
This commit is contained in:
Akim Demaille
2002-06-14 17:36:44 +00:00
parent 592e8d4d01
commit 2c5690250c
4 changed files with 265 additions and 252 deletions

View File

@@ -1,5 +1,5 @@
#ifndef BISON_Y_TAB_H
# define BISON_Y_TAB_H
#ifndef BISON_PARSE_GRAM_H
# define BISON_PARSE_GRAM_H
#ifndef YYSTYPE
typedef union
@@ -67,4 +67,4 @@ typedef struct yyltype
# define BRACED_CODE 293
#endif /* not BISON_Y_TAB_H */
#endif /* not BISON_PARSE_GRAM_H */