mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
tests: formatting changes
* tests/local.at: here.
This commit is contained in:
@@ -616,10 +616,10 @@ CXXFLAGS=$at_for_each_std_CXXFLAGS_save
|
|||||||
m4_define([AT_YYERROR_DEFINE(java)],
|
m4_define([AT_YYERROR_DEFINE(java)],
|
||||||
[AT_LOCATION_IF([[public void yyerror (Calc.Location l, String s)
|
[AT_LOCATION_IF([[public void yyerror (Calc.Location l, String s)
|
||||||
{
|
{
|
||||||
if (l == null)
|
if (l == null)
|
||||||
System.err.println (s);
|
System.err.println (s);
|
||||||
else
|
else
|
||||||
System.err.println (l + ": " + s);
|
System.err.println (l + ": " + s);
|
||||||
}
|
}
|
||||||
]], [[
|
]], [[
|
||||||
public void yyerror (String s)
|
public void yyerror (String s)
|
||||||
|
|||||||
Reference in New Issue
Block a user