diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-17 16:19:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-17 16:19:11 +0000 |
commit | 6abcf8b28926f63d0feccc7809c03dc54ff00fd6 (patch) | |
tree | 6127f4b9bb0e185bb2e4a6f1cf1014f9f00468b9 | |
parent | c057c01af2367ccc6fb542c27d0b99610a44b4ce (diff) |
no special support for MACOSX PPC in master for a while now
Change-Id: I8d5dc878f41939e55ef8995d1da74548faa4711f
-rw-r--r-- | connectivity/source/parse/sqlbison.y | 2 | ||||
-rw-r--r-- | idlc/source/parser.y | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y index e88d39452028..de227a08825b 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 5589e7482607..8fe0caf19d6d 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; |