This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO41X by this push:
new da6ca8d It seems we need YYDEBUG to compile main/connectivity now.
da6ca8d is described below
commit da6ca8da51fd965e5d1be3a0d69a8ff68ca33d46
Author: Damjan Jovanovic <[email protected]>
AuthorDate: Mon Oct 5 07:24:53 2020 +0200
It seems we need YYDEBUG to compile main/connectivity now.
Patch by: me
(cherry picked from commit 9b7130f9b6bdb7e9969615395186cb3b328a259d)
---
main/connectivity/source/parse/sqlbison.y | 1 +
1 file changed, 1 insertion(+)
diff --git a/main/connectivity/source/parse/sqlbison.y
b/main/connectivity/source/parse/sqlbison.y
index 449e8cc..175822f 100644
--- a/main/connectivity/source/parse/sqlbison.y
+++ b/main/connectivity/source/parse/sqlbison.y
@@ -124,6 +124,7 @@ static connectivity::OSQLInternalNode* newNode(const
::rtl::OUString& _NewValue,
connectivity::OSQLParser* xxx_pGLOBAL_SQLPARSER;
+#define YYDEBUG 1
#define YYERROR_VERBOSE
#define SQLyyerror(s) \