diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-10-26 16:44:26 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-10-26 16:44:26 -0200 |
| commit | 4670476584dd70c002b6a82c700d10cd6d3eb9ba (patch) | |
| tree | 48c209939602609922363d0fdb9093b0aa920537 | |
| parent | 89f98c099576591f8f65b9526d0f24de6dec95e8 (diff) | |
| download | lua-4670476584dd70c002b6a82c700d10cd6d3eb9ba.tar.gz lua-4670476584dd70c002b6a82c700d10cd6d3eb9ba.tar.bz2 lua-4670476584dd70c002b6a82c700d10cd6d3eb9ba.zip | |
details.
| -rw-r--r-- | ldblib.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ldblib.c,v 1.23 2000/10/20 16:39:03 roberto Exp roberto $ | 2 | ** $Id: ldblib.c,v 1.24 2000/10/24 19:12:06 roberto Exp roberto $ |
| 3 | ** Interface from Lua to its debug API | 3 | ** Interface from Lua to its debug API |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -110,8 +110,8 @@ static int setlocal (lua_State *L) { | |||
| 110 | 110 | ||
| 111 | 111 | ||
| 112 | 112 | ||
| 113 | #define KEY_CALLHOOK "dblib_callhook" | 113 | #define KEY_CALLHOOK "lua.dblib.callhook" |
| 114 | #define KEY_LINEHOOK "dblib_linehook" | 114 | #define KEY_LINEHOOK "lua.dblib.linehook" |
| 115 | 115 | ||
| 116 | 116 | ||
| 117 | static void hookf (lua_State *L, const char *key) { | 117 | static void hookf (lua_State *L, const char *key) { |
