diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -826,6 +826,9 @@ typedef struct Table { | |||
826 | 826 | ||
827 | LUAI_FUNC int luaO_utf8esc (char *buff, unsigned long x); | 827 | LUAI_FUNC int luaO_utf8esc (char *buff, unsigned long x); |
828 | LUAI_FUNC int luaO_ceillog2 (unsigned int x); | 828 | LUAI_FUNC int luaO_ceillog2 (unsigned int x); |
829 | LUAI_FUNC unsigned int luaO_codeparam (unsigned int p); | ||
830 | LUAI_FUNC l_obj luaO_applyparam (unsigned int p, l_obj x); | ||
831 | |||
829 | LUAI_FUNC int luaO_rawarith (lua_State *L, int op, const TValue *p1, | 832 | LUAI_FUNC int luaO_rawarith (lua_State *L, int op, const TValue *p1, |
830 | const TValue *p2, TValue *res); | 833 | const TValue *p2, TValue *res); |
831 | LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1, | 834 | LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1, |