From 1388e5b27600b8b294de34100b0869ce1b18c167 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 10 Feb 2020 07:22:49 +0100 Subject: [PATCH] doc: formatting changes * doc/bison.texi: here. --- doc/bison.texi | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/doc/bison.texi b/doc/bison.texi index b66a981e..b954f876 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -12640,16 +12640,13 @@ No header file can be generated for Java parsers. Do not use the @code{%defines} directive or the @option{-d}/@option{--defines} options. @c FIXME: Possible code change. -Currently, support for tracing is always compiled -in. Thus the @samp{%define parse.trace} and @samp{%token-table} -directives and the -@option{-t}/@option{--debug} and @option{-k}/@option{--token-table} -options have no effect. This may change in the future to eliminate -unused code in the generated parser, so use @samp{%define parse.trace} -explicitly -if needed. Also, in the future the -@code{%token-table} directive might enable a public interface to -access the token names and codes. +Currently, support for tracing is always compiled in. Thus the +@samp{%define parse.trace} and @samp{%token-table} directives and the +@option{-t}/@option{--debug} and @option{-k}/@option{--token-table} options +have no effect. This may change in the future to eliminate unused code in +the generated parser, so use @samp{%define parse.trace} explicitly if +needed. Also, in the future the @code{%token-table} directive might enable +a public interface to access the token names and codes. Getting a ``code too large'' error from the Java compiler means the code hit the 64KB bytecode per method limitation of the Java class file.