aboutsummaryrefslogtreecommitdiff
path: root/src/reg.c
diff options
context:
space:
mode:
authorame <[email protected]>2025-06-12 02:08:47 -0500
committerame <[email protected]>2025-06-12 02:08:47 -0500
commitec91aab02442dbbf577fa8d8e68c79a09b55f3f9 (patch)
treee201087adabba53febc0df9a34db4577755f5961 /src/reg.c
parentc3efe329c55727ca68c4975dccc774b279479fc3 (diff)
rename 'array' lib and small additions
Diffstat (limited to 'src/reg.c')
-rw-r--r--src/reg.c4
1 files changed, 2 insertions, 2 deletions
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);