gengtype-yacc.y: Improve portability.
authorAlexander Kabaev <kan@FreeBSD.ORG>
Tue, 29 Apr 2003 18:51:38 +0000 (18:51 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Tue, 29 Apr 2003 18:51:38 +0000 (18:51 +0000)
bootstrap/10452
* gengtype-yacc.y: Improve portability.

From-SVN: r66239

gcc/ChangeLog
gcc/gengtype-yacc.y

index bed1ddae786600336c06b48625713f2c7047fb63..6c44265780dbd973c44c0fe76d79b811dd75c6e9 100644 (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.
index c705315c341ef5417c343f291357e0fa39ac1b13..928c962a584f6feea9a33a7b77227e3011326407 100644 (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 "%%"