mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 10:43:02 +00:00
java: formatting changes
* data/skeletons/java.m4, data/skeletons/lalr1.java: here.
This commit is contained in:
@@ -49,9 +49,9 @@ b4_use_push_for_pull_if([
|
|||||||
b4_push_if([m4_define([b4_use_push_for_pull_flag], [[0]])],
|
b4_push_if([m4_define([b4_use_push_for_pull_flag], [[0]])],
|
||||||
[m4_define([b4_push_flag], [[1]])])])
|
[m4_define([b4_push_flag], [[1]])])])
|
||||||
|
|
||||||
# Define a macro to encapsulate the parse state variables.
|
# Define a macro to encapsulate the parse state variables. This
|
||||||
# This allows them to be defined either in parse() when doing
|
# allows them to be defined either in parse() when doing pull parsing,
|
||||||
# pull parsing, or as class instance variable when doing push parsing.
|
# or as class instance variable when doing push parsing.
|
||||||
m4_define([b4_define_state],[[
|
m4_define([b4_define_state],[[
|
||||||
/* Lookahead and lookahead in internal form. */
|
/* Lookahead and lookahead in internal form. */
|
||||||
int yychar = yyempty_;
|
int yychar = yyempty_;
|
||||||
|
|||||||
Reference in New Issue
Block a user