Kaydet (Commit) f5e1c753 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

WaE: avoid build break on Mac PPC/XCode 2.5

otherwise breaks with comparison beetween signed and unsigned integer
expressions
üst 2381af92
......@@ -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) \
{ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment