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 /connectivity | |
parent | c057c01af2367ccc6fb542c27d0b99610a44b4ce (diff) |
no special support for MACOSX PPC in master for a while now
Change-Id: I8d5dc878f41939e55ef8995d1da74548faa4711f
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/parse/sqlbison.y | 2 |
1 files changed, 0 insertions, 2 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) \ { \ |