blob: 5d6a8cf71cf012302785c265a9f94989165aa366 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- connectivity/source/parse/sqlbison.y.orig 2019-09-17 22:55:11 UTC
+++ connectivity/source/parse/sqlbison.y
@@ -1,3 +1,4 @@
+%define parse.error verbose
%{
/**************************************************************
*
@@ -123,9 +124,6 @@ static connectivity::OSQLInternalNode* newNode(const :
connectivity::OSQLParser* xxx_pGLOBAL_SQLPARSER;
-
-#define YYDEBUG 1
-#define YYERROR_VERBOSE
#define SQLyyerror(s) \
{ \
|