summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2012-06-13 23:07:37 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2012-06-13 23:27:29 +0200
commitf5e1c75333594ea00d8ccdb1c69a7446c06f4ce9 (patch)
tree74c7874b7fb16bc12b5b0f9be6a1fa559575ede6 /connectivity
parent2381af9224865544a9d9524c4303f124de430c36 (diff)
WaE: avoid build break on Mac PPC/XCode 2.5
otherwise breaks with comparison beetween signed and unsigned integer expressions
Diffstat (limited to 'connectivity')
-rwxr-xr-xconnectivity/source/parse/sqlbison.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y
index 2c144e0c2574..25d4009ffa5e 100755
--- a/connectivity/source/parse/sqlbison.y
+++ b/connectivity/source/parse/sqlbison.y
@@ -129,7 +129,9 @@ static connectivity::OSQLInternalNode* newNode(const ::rtl::OUString& _NewValue,
connectivity::OSQLParser* xxx_pGLOBAL_SQLPARSER;
+#if !(defined MACOSX && defined PPC)
#define YYERROR_VERBOSE
+#endif
#define SQLyyerror(s) \
{ \