diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.h,v 2.86 2014/02/19 13:52:42 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 2.87 2014/04/29 18:14:16 roberto Exp roberto $ |
3 | ** Type definitions for Lua objects | 3 | ** Type definitions for Lua objects |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -500,8 +500,7 @@ LUAI_FUNC int luaO_utf8esc (char *buff, unsigned int x); | |||
500 | LUAI_FUNC int luaO_ceillog2 (unsigned int x); | 500 | LUAI_FUNC int luaO_ceillog2 (unsigned int x); |
501 | LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1, | 501 | LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1, |
502 | const TValue *p2, TValue *res); | 502 | const TValue *p2, TValue *res); |
503 | LUAI_FUNC int luaO_str2d (const char *s, size_t len, lua_Number *result); | 503 | LUAI_FUNC int luaO_str2num (const char *s, size_t len, TValue *o); |
504 | LUAI_FUNC int luaO_str2int (const char *s, size_t len, lua_Integer *result); | ||
505 | LUAI_FUNC int luaO_hexavalue (int c); | 504 | LUAI_FUNC int luaO_hexavalue (int c); |
506 | LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, | 505 | LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, |
507 | va_list argp); | 506 | va_list argp); |