java: formatting changes

* data/skeletons/java.m4, data/skeletons/lalr1.java: here.
This commit is contained in:
Akim Demaille
2020-02-02 07:42:11 +01:00
parent ba69beafac
commit edf495b38e
4 changed files with 16 additions and 16 deletions

View File

@@ -49,9 +49,9 @@ b4_use_push_for_pull_if([
b4_push_if([m4_define([b4_use_push_for_pull_flag], [[0]])],
[m4_define([b4_push_flag], [[1]])])])
# Define a macro to encapsulate the parse state variables.
# This allows them to be defined either in parse() when doing
# pull parsing, or as class instance variable when doing push parsing.
# Define a macro to encapsulate the parse state variables. This
# allows them to be defined either in parse() when doing pull parsing,
# or as class instance variable when doing push parsing.
m4_define([b4_define_state],[[
/* Lookahead and lookahead in internal form. */
int yychar = yyempty_;