* data/bison.simple (yyr1): Its type is that of a token number.
authorAkim Demaille <akim@epita.fr>
Mon, 22 Apr 2002 08:22:22 +0000 (08:22 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 22 Apr 2002 08:22:22 +0000 (08:22 +0000)
* data/bison.c++ (r1_): Likewise.
* tests/regression.at (Web2c Actions): Adjust.

ChangeLog
data/bison.c++
data/bison.simple
tests/regression.at

index fe43e4cbff49424db185dd3a36f364cdbd6d726a..9fd58758d54a5cd0d51da9246a855143e4538d74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-22  Akim Demaille  <akim@epita.fr>
+
+       * data/bison.simple (yyr1): Its type is that of a token number.
+       * data/bison.c++ (r1_): Likewise.
+       * tests/regression.at (Web2c Actions): Adjust.
+
 2002-04-22  Akim Demaille  <akim@epita.fr>
 
        * src/reader.c (token_translations_init): 256 is now the default
index bfb7fc7a1ee17b3ec1215bd3fa28f3fbdf4179b7..a0908554a4c776cc7f6319cb54511f9d0b7a0e17 100644 (file)
@@ -228,7 +228,7 @@ namespace yy
     static const short defgoto_[[]];
     static const short table_[[]];
     static const short check_[[]];
-    static const short r1_[[]];
+    static const TokenNumberType r1_[[]];
     static const short r2_[[]];
 
 #if YYDEBUG || YYERROR_VERBOSE
@@ -666,7 +666,7 @@ yy::b4_name::check_[[]] =
 };
 
 /* YYR1[[YYN]] -- Symbol number of symbol that rule YYN derives.  */
-const short
+const yy::b4_name::TokenNumberType
 yy::b4_name::r1_[[]] =
 {
   b4_r1
index b5591b667dc0a2a4fc2a165b23129c5a11b7845e..23de5f5b9e3bd60d9702b58c7c15e8700a2e04c8 100644 (file)
@@ -318,7 +318,7 @@ static const short yytoknum[[]] =
 };
 
 /* YYR1[[YYN]] -- Symbol number of symbol that rule YYN derives.  */
-static const short yyr1[[]] =
+static const yy_token_number_type yyr1[[]] =
 {
   b4_r1
 };
index 4487dee5e44d8b454d0117ec7cd2f81058889596..f97b710a97b15c406801a0b49b01b5420f5cbe46 100644 (file)
@@ -485,7 +485,7 @@ static const short yytoknum[] =
 {
        0,   256,   257,   258,   259,   260,   261,    -1
 };
-static const short yyr1[] =
+static const yy_token_number_type yyr1[] =
 {
        0,     7,     8,     9,     9,    10,    11
 };