aboutsummaryrefslogtreecommitdiff
path: root/ltablib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-08-26 14:36:32 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-08-26 14:36:32 -0300
commit3390f9a35ac66d01c7bb0114083a4cb384783ff5 (patch)
treeb1726d230beac862c99b0b1f2361484b2cf7ad3b /ltablib.c
parent9273fbd131eb0be7d4e7ca4f44345b41f8a557cf (diff)
downloadlua-3390f9a35ac66d01c7bb0114083a4cb384783ff5.tar.gz
lua-3390f9a35ac66d01c7bb0114083a4cb384783ff5.tar.bz2
lua-3390f9a35ac66d01c7bb0114083a4cb384783ff5.zip
detail
Diffstat (limited to 'ltablib.c')
-rw-r--r--ltablib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltablib.c b/ltablib.c
index a319b6b2..9d123605 100644
--- a/ltablib.c
+++ b/ltablib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltablib.c,v 1.33 2005/07/12 14:32:08 roberto Exp roberto $ 2** $Id: ltablib.c,v 1.34 2005/08/15 14:12:32 roberto Exp roberto $
3** Library for Table Manipulation 3** Library for Table Manipulation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -236,7 +236,7 @@ static int sort (lua_State *L) {
236/* }====================================================== */ 236/* }====================================================== */
237 237
238 238
239static const luaL_reg tab_funcs[] = { 239static const luaL_Reg tab_funcs[] = {
240 {"concat", tconcat}, 240 {"concat", tconcat},
241 {"foreach", foreach}, 241 {"foreach", foreach},
242 {"foreachi", foreachi}, 242 {"foreachi", foreachi},