mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 08:13:02 +00:00
style: formatting changes
* data/skeletons/lalr1.java: here.
This commit is contained in:
@@ -109,9 +109,9 @@ m4_define([b4_define_state],[[
|
|||||||
*/
|
*/
|
||||||
public final void setErrorVerbose(boolean verbose)
|
public final void setErrorVerbose(boolean verbose)
|
||||||
{ yyErrorVerbose = verbose; }
|
{ yyErrorVerbose = verbose; }
|
||||||
]])
|
]])[
|
||||||
|
|
||||||
b4_locations_if([[
|
]b4_locations_if([[
|
||||||
/**
|
/**
|
||||||
* A class defining a pair of positions. Positions, defined by the
|
* A class defining a pair of positions. Positions, defined by the
|
||||||
* <code>]b4_position_type[</code> class, denote a point in the input.
|
* <code>]b4_position_type[</code> class, denote a point in the input.
|
||||||
|
|||||||
Reference in New Issue
Block a user