From b7a0503c1d72603b8f7e480f2abecbc05348cb69 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 15 May 2002 15:57:44 -0300 Subject: new format for error messages --- ldo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldo.h') diff --git a/ldo.h b/ldo.h index 0c4dfbca..914eddaa 100644 --- a/ldo.h +++ b/ldo.h @@ -1,5 +1,5 @@ /* -** $Id: ldo.h,v 1.43 2002/04/22 14:40:50 roberto Exp roberto $ +** $Id: ldo.h,v 1.44 2002/05/01 20:40:42 roberto Exp roberto $ ** Stack and Call structure of Lua ** See Copyright Notice in lua.h */ @@ -43,7 +43,6 @@ void luaD_growstack (lua_State *L, int n); void luaD_error (lua_State *L, const char *s, int errcode); void luaD_errorobj (lua_State *L, const TObject *s, int errcode); -void luaD_runerror (lua_State *L, const char *s); int luaD_runprotected (lua_State *L, Pfunc f, TObject *ud); -- cgit v1.2.3-55-g6feb