aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_lexer.l
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-06 17:01:48 +1000
committerDavid Walter Seikel2012-01-06 17:01:48 +1000
commit48860025d93d9fe9427f887725e2640eea111c90 (patch)
treee244f11cf7c164b4de48450acf9750a74f1e6316 /LuaSL/src/LuaSL_lexer.l
parentFolded this code into the rest of the C file, but forgot to remove the file. (diff)
downloadSledjHamr-48860025d93d9fe9427f887725e2640eea111c90.zip
SledjHamr-48860025d93d9fe9427f887725e2640eea111c90.tar.gz
SledjHamr-48860025d93d9fe9427f887725e2640eea111c90.tar.bz2
SledjHamr-48860025d93d9fe9427f887725e2640eea111c90.tar.xz
Remove errant empty line.
Diffstat (limited to 'LuaSL/src/LuaSL_lexer.l')
-rw-r--r--LuaSL/src/LuaSL_lexer.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_lexer.l b/LuaSL/src/LuaSL_lexer.l
index 5e7d930..c496d1d 100644
--- a/LuaSL/src/LuaSL_lexer.l
+++ b/LuaSL/src/LuaSL_lexer.l
@@ -11,7 +11,6 @@
11 #define ECHO {} 11 #define ECHO {}
12#endif 12#endif
13 13
14
15%} 14%}
16 15
17%option reentrant noyywrap never-interactive nounistd 16%option reentrant noyywrap never-interactive nounistd