freebsd-ports/editors/openoffice-devel/files/patch-idlc_source_parser.y
2020-05-25 18:25:19 +00:00

18 lines
351 B
Text

--- idlc/source/parser.y.orig 2019-09-17 22:55:16 UTC
+++ idlc/source/parser.y
@@ -25,6 +25,7 @@
* parser.yy - BISON grammar for IDLC 1.0
*/
+%define parse.error verbose
%{
#include <string.h>
@@ -103,7 +104,6 @@
using namespace ::rtl;
#define YYDEBUG 1
-#define YYERROR_VERBOSE 1
extern int yylex(void);
void yyerror(char const *);