* data/skeletons/lalr1.java (reportSyntaxError): Here.
---
 data/skeletons/lalr1.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/skeletons/lalr1.java b/data/skeletons/lalr1.java
index 7a44fd87..66e78689 100644
--- a/data/skeletons/lalr1.java
+++ b/data/skeletons/lalr1.java
@@ -1024,10 +1024,10 @@ b4_dollar_popdef[]dnl
           }
           yyerror(]b4_locations_if([[yyctx.yylocation, ]])[new 
MessageFormat(yyformat).format(yystr));
       } else {
-          yyerror(]b4_locations_if([[yyctx.yylocation, ]])["syntax error");
+          yyerror(]b4_locations_if([[yyctx.yylocation, ]])[]b4_trans(["syntax 
error"])[);
       }]],
 [simple], [[
-      yyerror(]b4_locations_if([[yyctx.yylocation, ]])["syntax error");]])[
+      yyerror(]b4_locations_if([[yyctx.yylocation, ]])[]b4_trans(["syntax 
error"])[);]])[
   }
 
   /**
-- 
2.26.2


Reply via email to