mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
Comment changes.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-11-10 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Comment changes.
|
||||||
|
|
||||||
2008-11-10 Akim Demaille <demaille@gostai.com>
|
2008-11-10 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
Use "enum" for integral constants.
|
Use "enum" for integral constants.
|
||||||
|
|||||||
@@ -836,9 +836,8 @@ symbols_token_translations_init (void)
|
|||||||
token_translations = xnmalloc (max_user_token_number + 1,
|
token_translations = xnmalloc (max_user_token_number + 1,
|
||||||
sizeof *token_translations);
|
sizeof *token_translations);
|
||||||
|
|
||||||
/* Initialize all entries for literal tokens to 2, the internal
|
/* Initialize all entries for literal tokens to the internal token
|
||||||
token number for $undefined, which represents all invalid inputs.
|
number for $undefined, which represents all invalid inputs. */
|
||||||
*/
|
|
||||||
for (i = 0; i < max_user_token_number + 1; i++)
|
for (i = 0; i < max_user_token_number + 1; i++)
|
||||||
token_translations[i] = undeftoken->number;
|
token_translations[i] = undeftoken->number;
|
||||||
symbols_do (symbol_translation_processor, NULL);
|
symbols_do (symbol_translation_processor, NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user