From 09373d45838e4dab514e37dee4a4c8f6218ebda0 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 10 May 2013 17:42:35 +0200 Subject: soltools: remove Package_inc and empty unistd.h nonsense Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25 --- connectivity/source/parse/sqlflex.l | 1 + 1 file changed, 1 insertion(+) (limited to 'connectivity') diff --git a/connectivity/source/parse/sqlflex.l b/connectivity/source/parse/sqlflex.l index 44484fe760ed..166bbf6e9edb 100644 --- a/connectivity/source/parse/sqlflex.l +++ b/connectivity/source/parse/sqlflex.l @@ -110,6 +110,7 @@ OSQLScanner* xxx_pGLOBAL_SQLSCAN = NULL; %option noyywrap %option never-interactive +%option nounistd %% ABS {SQL_NEW_KEYWORD(SQL_TOKEN_ABS); } -- cgit