Commit b0501ec1 by Alexander Kabaev Committed by Loren J. Rittle

gengtype-yacc.y: Improve portability.

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

From-SVN: r66239
parent 8e720e8b
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.
......
......@@ -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 "%%"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment