]> git.saurik.com Git - bison.git/blobdiff - src/gram.h
Merge in branch-1_29.
[bison.git] / src / gram.h
index e270db5c7c7c6ee0cd365a467152cdd6e825faaf..1691c85804c82b2744d9f7c290a85133e2689b99 100644 (file)
@@ -107,13 +107,9 @@ typedef enum
 
 /* token translation table: indexed by a token number as returned by
    the user's yylex routine, it yields the internal token number used
-   by the parser and throughout bison.  If translations is zero, the
-   translation table is not used because the two kinds of token
-   numbers are the same.  (It is noted in reader.c that "Nowadays
-   translations is always set to 1...") */
+   by the parser and throughout bison.  */
 
 extern short *token_translations;
-extern int translations;
 extern int max_user_token_number;
 
 /* SEMANTIC_PARSER is nonzero if the input file says to use the hairy