blob: 7ac3435cca25bafd2c5d3ca56cb55e2122b97e4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- 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 *);
|