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... --- ldo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldo.h') diff --git a/ldo.h b/ldo.h index 618e8bee..efb5db07 100644 --- a/ldo.h +++ b/ldo.h @@ -1,5 +1,5 @@ /* -** $Id: ldo.h,v 1.33 2001/06/05 19:41:24 roberto Exp roberto $ +** $Id: ldo.h,v 1.34 2001/06/08 19:00:57 roberto Exp $ ** Stack and Call structure of Lua ** See Copyright Notice in lua.h */ @@ -28,7 +28,7 @@ void luaD_lineHook (lua_State *L, int line, lua_Hook linehook); void luaD_call (lua_State *L, StkId func); void luaD_stackerror (lua_State *L); -void luaD_error (lua_State *L, const l_char *s); +void luaD_error (lua_State *L, const char *s); void luaD_breakrun (lua_State *L, int errcode); int luaD_runprotected (lua_State *L, void (*f)(lua_State *, void *), void *ud); -- cgit v1.2.3-55-g6feb