diff options
Diffstat (limited to 'module/lua/lopcodes.h')
-rw-r--r-- | module/lua/lopcodes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/lua/lopcodes.h b/module/lua/lopcodes.h index 02eeec1ec..8e2f80a13 100644 --- a/module/lua/lopcodes.h +++ b/module/lua/lopcodes.h @@ -1,4 +1,3 @@ -/* BEGIN CSTYLED */ /* ** $Id: lopcodes.h,v 1.142.1.2 2014/10/20 18:32:09 roberto Exp $ ** Opcodes for Lua virtual machine @@ -287,4 +286,3 @@ LUAI_DDEC const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */ #endif -/* END CSTYLED */ |