summaryrefslogtreecommitdiffstats
path: root/connectivity/source/parse/sqlflex.l
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-10 19:55:43 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-10 20:48:48 +0300
commit911a229cc6c6671b833592248b1d6cac75588ae7 (patch)
tree74990cc0079db764b94d9e823e6c4acdd8924889 /connectivity/source/parse/sqlflex.l
parentUse the ApplicationServices framework for all OS X SDK versions (diff)
downloadcore-911a229cc6c6671b833592248b1d6cac75588ae7.tar.gz
core-911a229cc6c6671b833592248b1d6cac75588ae7.zip
Undef SQLyyerror, too
Change-Id: Id80d373d93df140b8fc0d0d0c44044b94ceb97a9
Diffstat (limited to 'connectivity/source/parse/sqlflex.l')
-rw-r--r--connectivity/source/parse/sqlflex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/parse/sqlflex.l b/connectivity/source/parse/sqlflex.l
index 803b63431804..a626e9445bdd 100644
--- a/connectivity/source/parse/sqlflex.l
+++ b/connectivity/source/parse/sqlflex.l
@@ -39,6 +39,7 @@
#include "sqlbison.hxx"
#undef SQLyylex
+#undef SQLyyerror
#endif
#include "sqlscan.hxx"
#include <osl/diagnose.h>