summaryrefslogtreecommitdiffstats
path: root/module/lua/llex.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/lua/llex.c')
-rw-r--r--module/lua/llex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/lua/llex.c b/module/lua/llex.c
index f2c9bf826..20abbfb80 100644
--- a/module/lua/llex.c
+++ b/module/lua/llex.c
@@ -1,4 +1,3 @@
-/* BEGIN CSTYLED */
/*
** $Id: llex.c,v 2.63.1.3 2015/02/09 17:56:34 roberto Exp $
** Lexical Analyzer
@@ -528,4 +527,3 @@ int luaX_lookahead (LexState *ls) {
ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
return ls->lookahead.token;
}
-/* END CSTYLED */