From e0f9d1c8f5cca74d1ad4017a1f14ff1acac2075a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 17 Dec 2009 10:28:57 -0200 Subject: removed export of function only for coco --- ldo.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ldo.h') diff --git a/ldo.h b/ldo.h index 834e6dd8..dd651040 100644 --- a/ldo.h +++ b/ldo.h @@ -1,5 +1,5 @@ /* -** $Id: ldo.h,v 2.16 2009/11/19 16:24:41 roberto Exp roberto $ +** $Id: ldo.h,v 2.17 2009/11/25 15:27:51 roberto Exp roberto $ ** Stack and Call structure of Lua ** See Copyright Notice in lua.h */ @@ -41,8 +41,5 @@ LUAI_FUNC void luaD_shrinkstack (lua_State *L); LUAI_FUNC void luaD_throw (lua_State *L, int errcode); LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud); -/* exported for Coco */ -LUAI_FUNC void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop); - #endif -- cgit v1.2.3-55-g6feb