aboutsummaryrefslogtreecommitdiffstats
path: root/module/lua/ldebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/lua/ldebug.c')
-rw-r--r--module/lua/ldebug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/lua/ldebug.c b/module/lua/ldebug.c
index da005c443..0092474c7 100644
--- a/module/lua/ldebug.c
+++ b/module/lua/ldebug.c
@@ -1,4 +1,3 @@
-/* BEGIN CSTYLED */
/*
** $Id: ldebug.c,v 2.90.1.4 2015/02/19 17:05:13 roberto Exp $
** Debug Interface
@@ -605,4 +604,3 @@ l_noret luaG_runerror (lua_State *L, const char *fmt, ...) {
luaG_errormsg(L);
L->runerror--;
}
-/* END CSTYLED */