diff options
Diffstat (limited to 'lopcodes.c')
-rw-r--r-- | lopcodes.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lopcodes.c,v 1.2 2001/07/03 17:02:02 roberto Exp roberto $ | 2 | ** $Id: lopcodes.c,v 1.3 2001/08/27 15:14:57 roberto Exp $ |
3 | ** extracted automatically from lopcodes.h by mkprint.lua | 3 | ** extracted automatically from lopcodes.h by mkprint.lua |
4 | ** DO NOT EDIT | 4 | ** DO NOT EDIT |
5 | ** See Copyright Notice in lua.h | 5 | ** See Copyright Notice in lua.h |
@@ -9,6 +9,7 @@ | |||
9 | #define LUA_PRIVATE | 9 | #define LUA_PRIVATE |
10 | #include "lua.h" | 10 | #include "lua.h" |
11 | 11 | ||
12 | #include "lobject.h" | ||
12 | #include "lopcodes.h" | 13 | #include "lopcodes.h" |
13 | 14 | ||
14 | 15 | ||