bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/4] java: add missing i18n requests


From: Akim Demaille
Subject: [PATCH 4/4] java: add missing i18n requests
Date: Fri, 1 May 2020 08:25:31 +0200

* 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

[Prev in Thread] Current Thread [Next in Thread]