gengtype-yacc.y: Improve portability.

bootstrap/10452
	* gengtype-yacc.y: Improve portability.

From-SVN: r66239
This commit is contained in:
Alexander Kabaev 2003-04-29 18:51:38 +00:00 committed by Loren J. Rittle
parent 8e720e8bbc
commit b0501ec1da
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2003-04-29 Alexander Kabaev <kan@FreeBSD.ORG>
bootstrap/10452
* gengtype-yacc.y: Improve portability.
2003-04-29 Zack Weinberg <zack@codesourcery.com>
* config.gcc: Install obsolete target list for GCC 3.3.

View File

@ -39,11 +39,11 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
%token <t>ENT_STRUCT
%token ENT_EXTERNSTATIC
%token ENT_YACCUNION
%token GTY_TOKEN "GTY"
%token UNION "union"
%token STRUCT "struct"
%token ENUM "enum"
%token ALIAS "ptr_alias"
%token GTY_TOKEN
%token UNION
%token STRUCT
%token ENUM
%token ALIAS
%token <s>PARAM_IS
%token NUM
%token PERCENTPERCENT "%%"