This commit is contained in:
Roberto Ierusalimschy
1999-02-12 17:23:02 -02:00
parent b82ff713e3
commit bf6d2ccf92
6 changed files with 19 additions and 22 deletions

7
lapi.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: lapi.c,v 1.34 1999/02/04 17:47:59 roberto Exp roberto $
** $Id: lapi.c,v 1.35 1999/02/08 17:07:59 roberto Exp roberto $
** Lua API
** See Copyright Notice in lua.h
*/
@@ -467,11 +467,6 @@ int lua_setdebug (int debug) {
*/
/* Hooks */
lua_CHFunction lua_callhook = NULL;
lua_LHFunction lua_linehook = NULL;
lua_Function lua_stackedfunction (int level)
{
StkId i;