From ddfa1fbccfe4c1ec69f7396a4f5842abe70927ba Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 19 Sep 2024 19:02:14 -0300 Subject: GC back to controling pace counting bytes Memory is the resource we want to save. Still to be reviewed again. --- lobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index fb66dff7..2411410b 100644 --- a/lobject.h +++ b/lobject.h @@ -838,7 +838,7 @@ typedef struct Table { LUAI_FUNC int luaO_utf8esc (char *buff, unsigned long x); LUAI_FUNC lu_byte luaO_ceillog2 (unsigned int x); LUAI_FUNC lu_byte luaO_codeparam (unsigned int p); -LUAI_FUNC l_obj luaO_applyparam (lu_byte p, l_obj x); +LUAI_FUNC l_mem luaO_applyparam (lu_byte p, l_mem x); LUAI_FUNC int luaO_rawarith (lua_State *L, int op, const TValue *p1, const TValue *p2, TValue *res); -- cgit v1.2.3-55-g6feb