summaryrefslogtreecommitdiff
path: root/ldblib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-02-02 17:02:40 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-02-02 17:02:40 -0200
commit7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1 (patch)
tree451d2bd1999ab7a333220568eb85950b4b04b893 /ldblib.c
parent1f9e3731d17df79461a0dc57cc9bd159c70ac56f (diff)
downloadlua-7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1.tar.gz
lua-7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1.tar.bz2
lua-7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1.zip
details
Diffstat (limited to 'ldblib.c')
-rw-r--r--ldblib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldblib.c b/ldblib.c
index 6898a3f9..73024335 100644
--- a/ldblib.c
+++ b/ldblib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldblib.c,v 1.30 2000/11/23 13:47:39 roberto Exp roberto $ 2** $Id: ldblib.c,v 1.31 2001/01/10 16:58:11 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*/
@@ -173,7 +173,7 @@ static int setlinehook (lua_State *L) {
173} 173}
174 174
175 175
176static const struct luaL_reg dblib[] = { 176static const luaL_reg dblib[] = {
177 {"getlocal", getlocal}, 177 {"getlocal", getlocal},
178 {"getinfo", getinfo}, 178 {"getinfo", getinfo},
179 {"setcallhook", setcallhook}, 179 {"setcallhook", setcallhook},