From ac2bac4a8d5c7e1593f19a18ca0b5a65e1a3fd82 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 23 May 2013 12:20:26 +0100 Subject: 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) --- idlc/source/scanner.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idlc') diff --git a/idlc/source/scanner.l b/idlc/source/scanner.l index ca5119feed6f..51204b8ade46 100644 --- a/idlc/source/scanner.l +++ b/idlc/source/scanner.l @@ -257,11 +257,11 @@ static void parseLineAndFile(sal_Char* pBuf) #endif /**/ #endif +#define YY_NO_UNISTD_H %} %option noyywrap %option never-interactive -%option nounistd %x DOCU %x COMMENT -- cgit