From 39b79783297bee79db9853b63d199e120a009a8f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 23 Feb 2001 14:17:25 -0300 Subject: first (big) step to support wide chars --- lcode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lcode.h') diff --git a/lcode.h b/lcode.h index 41b8a55b..b73e9947 100644 --- a/lcode.h +++ b/lcode.h @@ -1,5 +1,5 @@ /* -** $Id: lcode.h,v 1.19 2001/01/29 15:26:40 roberto Exp roberto $ +** $Id: lcode.h,v 1.20 2001/02/20 18:15:33 roberto Exp roberto $ ** Code generator for Lua ** See Copyright Notice in lua.h */ @@ -47,7 +47,7 @@ typedef struct OpProperties { extern const OpProperties luaK_opproperties[]; -void luaK_error (LexState *ls, const char *msg); +void luaK_error (LexState *ls, const l_char *msg); int luaK_code0 (FuncState *fs, OpCode o); int luaK_code1 (FuncState *fs, OpCode o, int arg1); int luaK_code2 (FuncState *fs, OpCode o, int arg1, int arg2); -- cgit v1.2.3-55-g6feb