diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -845,6 +845,7 @@ LUAI_FUNC int luaO_rawarith (lua_State *L, int op, const TValue *p1, | |||
845 | LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1, | 845 | LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1, |
846 | const TValue *p2, StkId res); | 846 | const TValue *p2, StkId res); |
847 | LUAI_FUNC size_t luaO_str2num (const char *s, TValue *o); | 847 | LUAI_FUNC size_t luaO_str2num (const char *s, TValue *o); |
848 | LUAI_FUNC unsigned luaO_tostringbuff (const TValue *obj, char *buff); | ||
848 | LUAI_FUNC lu_byte luaO_hexavalue (int c); | 849 | LUAI_FUNC lu_byte luaO_hexavalue (int c); |
849 | LUAI_FUNC void luaO_tostring (lua_State *L, TValue *obj); | 850 | LUAI_FUNC void luaO_tostring (lua_State *L, TValue *obj); |
850 | LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, | 851 | LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, |