From f8ec9ca67e9150562440fd859e266d52ad26042f Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sun, 6 May 2012 17:21:18 +0200 Subject: fix subtle flex problems on MacOS Change-Id: Id3d8313eabcef926b3ab3c121597f7b8cb5e0124 --- l10ntools/source/xrmlex.l | 1 + 1 file changed, 1 insertion(+) (limited to 'l10ntools/source/xrmlex.l') diff --git a/l10ntools/source/xrmlex.l b/l10ntools/source/xrmlex.l index 500c1b994de6..5e00cc13cd2b 100644 --- a/l10ntools/source/xrmlex.l +++ b/l10ntools/source/xrmlex.l @@ -53,6 +53,7 @@ void YYWarning(); int bText=0; %} +%option yylineno %option never-interactive %p 24000 -- cgit