diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.h,v 2.20 2006/01/18 11:37:34 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 2.21 2006/09/11 14:07:24 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 | */ |
@@ -364,9 +364,6 @@ typedef struct Table { | |||
364 | 364 | ||
365 | LUAI_DATA const TValue luaO_nilobject_; | 365 | LUAI_DATA const TValue luaO_nilobject_; |
366 | 366 | ||
367 | #define ceillog2(x) (luaO_log2((x)-1) + 1) | ||
368 | |||
369 | LUAI_FUNC int luaO_log2 (unsigned int x); | ||
370 | LUAI_FUNC int luaO_int2fb (unsigned int x); | 367 | LUAI_FUNC int luaO_int2fb (unsigned int x); |
371 | LUAI_FUNC int luaO_fb2int (int x); | 368 | LUAI_FUNC int luaO_fb2int (int x); |
372 | LUAI_FUNC int luaO_rawequalObj (const TValue *t1, const TValue *t2); | 369 | LUAI_FUNC int luaO_rawequalObj (const TValue *t1, const TValue *t2); |