From ec91aab02442dbbf577fa8d8e68c79a09b55f3f9 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 12 Jun 2025 02:08:47 -0500 Subject: rename 'array' lib and small additions --- src/reg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/reg.c') diff --git a/src/reg.c b/src/reg.c index e6715c3..9393aa4 100644 --- a/src/reg.c +++ b/src/reg.c @@ -17,7 +17,7 @@ return 1;\ } -open_common(array); +open_common(table); open_common(crypto); open_common(io); open_common(math); @@ -35,7 +35,7 @@ int luaopen_lullaby(lua_State* L) { lua_newtable(L); int top = lua_gettop(L); - push(top, array); + push(top, table); push(top, crypto); push(top, io); push(top, math); -- cgit v1.2.3