From 72659a06050632da1a9b4c492302be46ac283f6b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 28 Nov 2001 18:13:13 -0200 Subject: no more explicit support for wide-chars; too much troble... --- lopcodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index 8afd2d4e..ce09a7a4 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.81 2001/09/07 17:39:10 roberto Exp $ +** $Id: lopcodes.h,v 1.82 2001/10/25 19:14:14 roberto Exp $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -224,7 +224,7 @@ extern const lu_byte luaP_opmodes[NUM_OPCODES]; /* ** opcode names (only included when compiled with LUA_OPNAMES) */ -extern const l_char *const luaP_opnames[]; +extern const char *const luaP_opnames[]; #endif -- cgit v1.2.3-55-g6feb