diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.h,v 2.76 2013/05/02 12:37:24 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 2.77 2013/05/06 17:17:09 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 | */ |
@@ -496,7 +496,7 @@ LUAI_FUNC int luaO_ceillog2 (unsigned int x); | |||
496 | LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1, | 496 | LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1, |
497 | const TValue *p2, TValue *res); | 497 | const TValue *p2, TValue *res); |
498 | LUAI_FUNC int luaO_str2d (const char *s, size_t len, lua_Number *result); | 498 | LUAI_FUNC int luaO_str2d (const char *s, size_t len, lua_Number *result); |
499 | LUAI_FUNC int luaO_str2int (const char *s, lua_Integer *result); | 499 | LUAI_FUNC int luaO_str2int (const char *s, size_t len, lua_Integer *result); |
500 | LUAI_FUNC int luaO_hexavalue (int c); | 500 | LUAI_FUNC int luaO_hexavalue (int c); |
501 | LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, | 501 | LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, |
502 | va_list argp); | 502 | va_list argp); |