[Libreoffice-commits] core.git: connectivity/source idlc/source
Caolán McNamara
caolanm at redhat.com
Tue Jan 17 16:20:01 UTC 2017
connectivity/source/parse/sqlbison.y | 2 --
idlc/source/parser.y | 2 --
2 files changed, 4 deletions(-)
New commits:
commit 6abcf8b28926f63d0feccc7809c03dc54ff00fd6
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jan 17 16:19:06 2017 +0000
no special support for MACOSX PPC in master for a while now
Change-Id: I8d5dc878f41939e55ef8995d1da74548faa4711f
diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y
index e88d394..de227a0 100644
--- a/connectivity/source/parse/sqlbison.y
+++ b/connectivity/source/parse/sqlbison.y
@@ -78,9 +78,7 @@ inline connectivity::OSQLInternalNode* newNode(const OUString& _newValue,
extern connectivity::OSQLParser* xxx_pGLOBAL_SQLPARSER;
-#if !(defined MACOSX && defined PPC)
#define YYERROR_VERBOSE
-#endif
#define SQLyyerror(s) \
{ \
diff --git a/idlc/source/parser.y b/idlc/source/parser.y
index 5589e74..8fe0caf 100644
--- a/idlc/source/parser.y
+++ b/idlc/source/parser.y
@@ -56,9 +56,7 @@
#define YYDEBUG 1
-#if !(defined MACOSX && defined PPC)
#define YYERROR_VERBOSE 1
-#endif
using ::rtl::OUString;
using ::rtl::OString;
More information about the Libreoffice-commits
mailing list