diff options
Diffstat (limited to 'lopcodes.h')
-rw-r--r-- | lopcodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lopcodes.h,v 1.81 2001/09/07 17:39:10 roberto Exp $ | 2 | ** $Id: lopcodes.h,v 1.82 2001/10/25 19:14:14 roberto Exp $ |
3 | ** Opcodes for Lua virtual machine | 3 | ** Opcodes for Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -224,7 +224,7 @@ extern const lu_byte luaP_opmodes[NUM_OPCODES]; | |||
224 | /* | 224 | /* |
225 | ** opcode names (only included when compiled with LUA_OPNAMES) | 225 | ** opcode names (only included when compiled with LUA_OPNAMES) |
226 | */ | 226 | */ |
227 | extern const l_char *const luaP_opnames[]; | 227 | extern const char *const luaP_opnames[]; |
228 | 228 | ||
229 | 229 | ||
230 | #endif | 230 | #endif |