From afdb19ac82bcb7ceabd010a484505105977352ba Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 14 Apr 2010 12:14:21 -0300 Subject: no more 'ccall' nor 'cpcall' functions. (With light C functions they are obsolete.) --- lauxlib.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lauxlib.h') diff --git a/lauxlib.h b/lauxlib.h index bb5a6d52..3c77392e 100644 --- a/lauxlib.h +++ b/lauxlib.h @@ -1,5 +1,5 @@ /* -** $Id: lauxlib.h,v 1.101 2010/03/17 21:37:37 roberto Exp roberto $ +** $Id: lauxlib.h,v 1.102 2010/04/09 16:14:46 roberto Exp roberto $ ** Auxiliary functions for building Lua libraries ** See Copyright Notice in lua.h */ @@ -82,9 +82,6 @@ LUALIB_API const char *(luaL_findtable) (lua_State *L, int idx, LUALIB_API void (luaL_traceback) (lua_State *L, lua_State *L1, const char *msg, int level); -LUALIB_API int (luaL_cpcall) (lua_State *L, lua_CFunction f, int nargs, - int nresults); - /* ** =============================================================== -- cgit v1.2.3-55-g6feb