summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-23 12:20:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-23 18:42:15 +0100
commitac2bac4a8d5c7e1593f19a18ca0b5a65e1a3fd82 (patch)
tree6df054961e211341381aeafa0930ac31dac05828 /connectivity
parentab56ffe40c6ed9b0818791790f8756ee0bb312c2 (diff)
RHEL-5 baseline ver of flex doesn't have nounistd
lets try this hack, if it fails revert and I'll just manually update the baseline with a newer flex than flex-2.5.4a-41.fc6 Change-Id: If644489e80fc4e4cdba97808af0fe4d544d08646 (cherry picked from commit 2ae6f9d1d27f699a6dcf369ba018c93ea7d5def5)
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/parse/sqlflex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/parse/sqlflex.l b/connectivity/source/parse/sqlflex.l
index 166bbf6e9edb..0f7c3b5963a6 100644
--- a/connectivity/source/parse/sqlflex.l
+++ b/connectivity/source/parse/sqlflex.l
@@ -60,6 +60,7 @@
#endif
/**/
#endif
+#define YY_NO_UNISTD_H
using namespace connectivity;
@@ -110,7 +111,6 @@ OSQLScanner* xxx_pGLOBAL_SQLSCAN = NULL;
%option noyywrap
%option never-interactive
-%option nounistd
%%
ABS {SQL_NEW_KEYWORD(SQL_TOKEN_ABS); }