no special support for MACOSX PPC in master for a while now

Change-Id: I8d5dc878f41939e55ef8995d1da74548faa4711f
This commit is contained in:
Caolán McNamara
2017-01-17 16:19:06 +00:00
parent c057c01af2
commit 6abcf8b289
2 changed files with 0 additions and 4 deletions

View File

@@ -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) \
{ \

View File

@@ -56,9 +56,7 @@
#define YYDEBUG 1
#if !(defined MACOSX && defined PPC)
#define YYERROR_VERBOSE 1
#endif
using ::rtl::OUString;
using ::rtl::OString;