Files
ports/editors/openoffice-4/files/patch-idlc_source_parser.y
T
Sunpoet Po-Chuan Hsieh 3f66b8f906 Fix build with bison 3.6.2
2020-05-25 18:25:19 +00:00

19 lines
351 B
Plaintext

--- idlc/source/parser.y.orig 2019-08-14 17:32:51 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 *);