From 7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 2 Feb 2001 17:02:40 -0200 Subject: details --- ldblib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldblib.c') diff --git a/ldblib.c b/ldblib.c index 6898a3f9..73024335 100644 --- a/ldblib.c +++ b/ldblib.c @@ -1,5 +1,5 @@ /* -** $Id: ldblib.c,v 1.30 2000/11/23 13:47:39 roberto Exp roberto $ +** $Id: ldblib.c,v 1.31 2001/01/10 16:58:11 roberto Exp roberto $ ** Interface from Lua to its debug API ** See Copyright Notice in lua.h */ @@ -173,7 +173,7 @@ static int setlinehook (lua_State *L) { } -static const struct luaL_reg dblib[] = { +static const luaL_reg dblib[] = { {"getlocal", getlocal}, {"getinfo", getinfo}, {"setcallhook", setcallhook}, -- cgit v1.2.3-55-g6feb