diff options
Diffstat (limited to 'lobject.h')
| -rw-r--r-- | lobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lobject.h,v 2.21 2006/09/11 14:07:24 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 2.22 2007/04/10 12:18:17 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 | */ |
| @@ -366,6 +366,7 @@ LUAI_DATA const TValue luaO_nilobject_; | |||
| 366 | 366 | ||
| 367 | LUAI_FUNC int luaO_int2fb (unsigned int x); | 367 | LUAI_FUNC int luaO_int2fb (unsigned int x); |
| 368 | LUAI_FUNC int luaO_fb2int (int x); | 368 | LUAI_FUNC int luaO_fb2int (int x); |
| 369 | LUAI_FUNC int luaO_ceillog2 (lu_int32 x); | ||
| 369 | LUAI_FUNC int luaO_rawequalObj (const TValue *t1, const TValue *t2); | 370 | LUAI_FUNC int luaO_rawequalObj (const TValue *t1, const TValue *t2); |
| 370 | LUAI_FUNC int luaO_str2d (const char *s, lua_Number *result); | 371 | LUAI_FUNC int luaO_str2d (const char *s, lua_Number *result); |
| 371 | LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, | 372 | LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, |
