You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/10/05 16:11:41 UTC

[openoffice] branch AOO42X updated: It seems we need YYDEBUG to compile main/connectivity now.

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 1531909  It seems we need YYDEBUG to compile main/connectivity now.
1531909 is described below

commit 15319097017dd1260a37bb94f7ae74e99a62ec1d
Author: Damjan Jovanovic <da...@apache.org>
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)						\