diff options
Diffstat (limited to 'idlc/source/scanner.l')
-rw-r--r-- | idlc/source/scanner.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/idlc/source/scanner.l b/idlc/source/scanner.l index aed48cf08402..ca5119feed6f 100644 --- a/idlc/source/scanner.l +++ b/idlc/source/scanner.l @@ -261,6 +261,7 @@ static void parseLineAndFile(sal_Char* pBuf) %option noyywrap %option never-interactive +%option nounistd %x DOCU %x COMMENT |