From 3390f9a35ac66d01c7bb0114083a4cb384783ff5 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 26 Aug 2005 14:36:32 -0300 Subject: detail --- ltablib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltablib.c') diff --git a/ltablib.c b/ltablib.c index a319b6b2..9d123605 100644 --- a/ltablib.c +++ b/ltablib.c @@ -1,5 +1,5 @@ /* -** $Id: ltablib.c,v 1.33 2005/07/12 14:32:08 roberto Exp roberto $ +** $Id: ltablib.c,v 1.34 2005/08/15 14:12:32 roberto Exp roberto $ ** Library for Table Manipulation ** See Copyright Notice in lua.h */ @@ -236,7 +236,7 @@ static int sort (lua_State *L) { /* }====================================================== */ -static const luaL_reg tab_funcs[] = { +static const luaL_Reg tab_funcs[] = { {"concat", tconcat}, {"foreach", foreach}, {"foreachi", foreachi}, -- cgit v1.2.3-55-g6feb