From: Di-an Jan Date: Mon, 10 Nov 2008 13:34:36 +0000 (+0100) Subject: Work around Java's ``code too large'' problem for parser tables. X-Git-Tag: v2.7.90~1088 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/09ccae9b18a7c09ebf7bb8df2a18c8c4a6def248?ds=inline;hp=09ccae9b18a7c09ebf7bb8df2a18c8c4a6def248 Work around Java's ``code too large'' problem for parser tables. * data/java.m4 (b4_typed_parser_table, b4_integral_parser_table): New. * data/lalr1.java (yypact_, yydefact_, yypgoto_, yydefgoto_, yytable_, yycheck_, yystos_, yytoken_number_, yyr1_, yyr2_, yyrhs_ yyprhs_, yyrline_, yytranslate_table_): Use b4_integral_parser_table. (yytname_): Use b4_typed_parser_table. * doc/bison.texinfo (Java Bison Interface): Add note on Java's ``code too large'' error. ---