From 90a2acc2f0c9d3904e1dea737e45ef6b10f96a22 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 13 Jun 2024 00:01:51 -0500 Subject: working on deepcopy ub --- src/reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/reg.c') diff --git a/src/reg.c b/src/reg.c index 417062a..13d5866 100644 --- a/src/reg.c +++ b/src/reg.c @@ -31,7 +31,7 @@ int luaopen_llib(lua_State* L) { luaI_tsetcf(L, meta, "__gc", lua_exit); lua_pushvalue(L, meta); lua_setmetatable(L, ud); - + //create .array functions lua_newtable(L); -- cgit v1.2.3