summaryrefslogtreecommitdiffstats
path: root/module/lua/lvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'module/lua/lvm.h')
-rw-r--r--module/lua/lvm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/lua/lvm.h b/module/lua/lvm.h
index 2d2be9836..5380270da 100644
--- a/module/lua/lvm.h
+++ b/module/lua/lvm.h
@@ -1,4 +1,3 @@
-/* BEGIN CSTYLED */
/*
** $Id: lvm.h,v 2.18.1.1 2013/04/12 18:48:47 roberto Exp $
** Lua virtual machine
@@ -43,4 +42,3 @@ LUAI_FUNC void luaV_arith (lua_State *L, StkId ra, const TValue *rb,
LUAI_FUNC void luaV_objlen (lua_State *L, StkId ra, const TValue *rb);
#endif
-/* END CSTYLED */