From c9d42c53fcca0983ef06e8a5bcceeb0c776cd55b Mon Sep 17 00:00:00 2001 From: Debian QA Group Date: Thu, 4 Dec 2014 22:00:10 +0000 Subject: [PATCH] itex2MML.y Gbp-Pq: Name itex2MML.y.patch --- plugins/mathview/itex2mml/itex2MML.y | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/mathview/itex2mml/itex2MML.y b/plugins/mathview/itex2mml/itex2MML.y index 4bbd2cb..c4e1cc5 100644 --- a/plugins/mathview/itex2mml/itex2MML.y +++ b/plugins/mathview/itex2mml/itex2MML.y @@ -2,6 +2,8 @@ * itex2MML.y last modified 9/21/2011 */ +%parse-param {char **ret_str} + %{ #include #include @@ -27,7 +29,7 @@ void (*itex2MML_error) (const char * msg) = itex2MML_default_error; - static void yyerror (char * s) + static void yyerror (char **ret_str, char * s) { char * msg = itex2MML_copy3 (s, " at token ", yytext); if (itex2MML_error) -- 2.30.2