summaryrefslogtreecommitdiffstats
path: root/module/lua/llex.h
diff options
context:
space:
mode:
Diffstat (limited to 'module/lua/llex.h')
-rw-r--r--module/lua/llex.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/lua/llex.h b/module/lua/llex.h
index da58203e8..433134515 100644
--- a/module/lua/llex.h
+++ b/module/lua/llex.h
@@ -1,4 +1,3 @@
-/* BEGIN CSTYLED */
/*
** $Id: llex.h,v 1.72.1.1 2013/04/12 18:48:47 roberto Exp $
** Lexical Analyzer
@@ -80,4 +79,3 @@ LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
#endif
-/* END CSTYLED */