diff options
| author | ame <[email protected]> | 2025-06-12 02:08:47 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-06-12 02:08:47 -0500 |
| commit | ec91aab02442dbbf577fa8d8e68c79a09b55f3f9 (patch) | |
| tree | e201087adabba53febc0df9a34db4577755f5961 /src/reg.c | |
| parent | c3efe329c55727ca68c4975dccc774b279479fc3 (diff) | |
rename 'array' lib and small additions
Diffstat (limited to 'src/reg.c')
| -rw-r--r-- | src/reg.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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);
|
