aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.h')
-rw-r--r--lopcodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lopcodes.h b/lopcodes.h
index 8afd2d4e..ce09a7a4 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -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*/
227extern const l_char *const luaP_opnames[]; 227extern const char *const luaP_opnames[];
228 228
229 229
230#endif 230#endif