]> git.saurik.com Git - bison.git/blobdiff - src/reader.c
* src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
[bison.git] / src / reader.c
index 98b7b8033beea6bbaa5d8bfcbdad791ca1c6abdd..6f45ffa297f5ffd7da23ee68808ae1135dc9b065 100644 (file)
@@ -1691,7 +1691,7 @@ token_translations_init (void)
        max_user_token_number = this->user_token_number;
     }
 
-  token_translations = XCALLOC (short, max_user_token_number + 1);
+  token_translations = XCALLOC (token_number_t, max_user_token_number + 1);
 
   /* Initialize all entries for literal tokens to 2, the internal
      token number for $undefined., which represents all invalid