mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
java: style: prefer putting the square brackets on the type
* examples/java/calc/Calc.y, examples/java/simple/Calc.y, * tests/calc.at, tests/local.at: here.
This commit is contained in:
@@ -109,7 +109,7 @@ m4_define([b4_null], [null])
|
||||
m4_define([b4_typed_parser_table_define],
|
||||
[m4_ifval([$4], [b4_comment([$4])
|
||||
])dnl
|
||||
[private static final ]$1[ yy$2_[] = yy$2_init ();
|
||||
[private static final ]$1[[] yy$2_ = yy$2_init ();
|
||||
private static final ]$1[[] yy$2_init ()
|
||||
{
|
||||
return new ]$1[[]
|
||||
|
||||
Reference in New Issue
Block a user