mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* 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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user