diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-12 17:23:02 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-12 17:23:02 -0200 |
| commit | bf6d2ccf92768be938aaac0a0bfc87833b793e8f (patch) | |
| tree | 0d1455129fd35ea93d46a583ba814716e66fd79f /lapi.c | |
| parent | b82ff713e321f4b65b2dc41fc1fe97633f7b197d (diff) | |
| download | lua-bf6d2ccf92768be938aaac0a0bfc87833b793e8f.tar.gz lua-bf6d2ccf92768be938aaac0a0bfc87833b793e8f.tar.bz2 lua-bf6d2ccf92768be938aaac0a0bfc87833b793e8f.zip | |
details
Diffstat (limited to 'lapi.c')
| -rw-r--r-- | lapi.c | 7 |
1 files changed, 1 insertions, 6 deletions
| @@ -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 */ | ||
| 471 | lua_CHFunction lua_callhook = NULL; | ||
| 472 | lua_LHFunction lua_linehook = NULL; | ||
| 473 | |||
| 474 | |||
| 475 | lua_Function lua_stackedfunction (int level) | 470 | lua_Function lua_stackedfunction (int level) |
| 476 | { | 471 | { |
| 477 | StkId i; | 472 | StkId i; |
