]> git.saurik.com Git - bison.git/blobdiff - data/bison.c++
* src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
[bison.git] / data / bison.c++
index 91c0fef09b49e4f5a96b021a15eccf347b92b5ee..6d949040b5a456d67b6adcc2006b7bbc76726ef1 100644 (file)
@@ -202,8 +202,8 @@ namespace yy
   template < >
   struct Traits< b4_name >
   {
-    typedef b4_uint_type(b4_token_number_max) TokenNumberType;
-    typedef b4_sint_type(b4_rhs_max)          RhsNumberType;
+    typedef b4_uint_type(b4_translate_max) TokenNumberType;
+    typedef b4_sint_type(b4_rhs_max)       RhsNumberType;
     typedef int      StateType;
     typedef yystype  SemanticType;
     typedef b4_ltype LocationType;