aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-09-19 19:02:14 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-09-19 19:02:14 -0300
commitddfa1fbccfe4c1ec69f7396a4f5842abe70927ba (patch)
treedf467dc5dc5c64a21bb976ec661796d17d37f791 /lobject.h
parentb443145ff3415fcaee903a7d95fa7212df5a77db (diff)
downloadlua-ddfa1fbccfe4c1ec69f7396a4f5842abe70927ba.tar.gz
lua-ddfa1fbccfe4c1ec69f7396a4f5842abe70927ba.tar.bz2
lua-ddfa1fbccfe4c1ec69f7396a4f5842abe70927ba.zip
GC back to controling pace counting bytes
Memory is the resource we want to save. Still to be reviewed again.
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h2
1 files changed, 1 insertions, 1 deletions
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 {
838LUAI_FUNC int luaO_utf8esc (char *buff, unsigned long x); 838LUAI_FUNC int luaO_utf8esc (char *buff, unsigned long x);
839LUAI_FUNC lu_byte luaO_ceillog2 (unsigned int x); 839LUAI_FUNC lu_byte luaO_ceillog2 (unsigned int x);
840LUAI_FUNC lu_byte luaO_codeparam (unsigned int p); 840LUAI_FUNC lu_byte luaO_codeparam (unsigned int p);
841LUAI_FUNC l_obj luaO_applyparam (lu_byte p, l_obj x); 841LUAI_FUNC l_mem luaO_applyparam (lu_byte p, l_mem x);
842 842
843LUAI_FUNC int luaO_rawarith (lua_State *L, int op, const TValue *p1, 843LUAI_FUNC int luaO_rawarith (lua_State *L, int op, const TValue *p1,
844 const TValue *p2, TValue *res); 844 const TValue *p2, TValue *res);