From ffa3618a3cfcb5298e00ec9df02253426c62cf12 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 5 Feb 2012 10:39:25 +1000 Subject: White space clean up. --- LuaSL/src/LuaSL_lexer.l | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'LuaSL/src/LuaSL_lexer.l') diff --git a/LuaSL/src/LuaSL_lexer.l b/LuaSL/src/LuaSL_lexer.l index 76d1b5b..85b2821 100644 --- a/LuaSL/src/LuaSL_lexer.l +++ b/LuaSL/src/LuaSL_lexer.l @@ -8,7 +8,7 @@ int common(YYSTYPE *lval, char *text, int len, LuaSL_compiler *compiler, boolean %} %option reentrant never-interactive batch -%option bison-bridge 8bit +%option bison-bridge 8bit %option noreject noyymore %option backup debug perf-report perf-report verbose warn %option align full @@ -162,4 +162,3 @@ int yywrap(yyscan_t yyscanner) // This as actually useless for our needs, as it return 1; } - -- cgit v1.1