aboutsummaryrefslogtreecommitdiff
path: root/lapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'lapi.c')
-rw-r--r--lapi.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lapi.c b/lapi.c
index d75a824d..ae09baf4 100644
--- a/lapi.c
+++ b/lapi.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lapi.c,v 1.34 1999/02/04 17:47:59 roberto Exp roberto $ 2** $Id: lapi.c,v 1.35 1999/02/08 17:07:59 roberto Exp roberto $
3** Lua API 3** Lua API
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -467,11 +467,6 @@ int lua_setdebug (int debug) {
467*/ 467*/
468 468
469 469
470/* Hooks */
471lua_CHFunction lua_callhook = NULL;
472lua_LHFunction lua_linehook = NULL;
473
474
475lua_Function lua_stackedfunction (int level) 470lua_Function lua_stackedfunction (int level)
476{ 471{
477 StkId i; 472 StkId i;