X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5f819b2f98acc4556f3e3ce8ef78e54efb3420e6..9e41ba026ab2e6c7e3a56c4a092a48059be05bc4:/src/parse-gram.h diff --git a/src/parse-gram.h b/src/parse-gram.h index b64673a5..d88a3f25 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -1,4 +1,4 @@ -/* A Bison parser, made by GNU Bison 2.5.1.899-d02b0-dirty. */ +/* A Bison parser, made by GNU Bison 2.5.1.899-007c5. */ /* Bison interface for Yacc-like parsers in C @@ -208,7 +208,6 @@ code_props_type code_type; #line 209 "src/parse-gram.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 -# define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif @@ -220,7 +219,6 @@ typedef struct YYLTYPE int last_line; int last_column; } YYLTYPE; -# define yyltype YYLTYPE /* obsolescent; will be withdrawn */ # define YYLTYPE_IS_DECLARED 1 # define YYLTYPE_IS_TRIVIAL 1 #endif