diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -734,8 +734,6 @@ typedef struct Table { | |||
734 | /* size of buffer for 'luaO_utf8esc' function */ | 734 | /* size of buffer for 'luaO_utf8esc' function */ |
735 | #define UTF8BUFFSZ 8 | 735 | #define UTF8BUFFSZ 8 |
736 | 736 | ||
737 | LUAI_FUNC int luaO_int2fb (unsigned int x); | ||
738 | LUAI_FUNC int luaO_fb2int (int x); | ||
739 | LUAI_FUNC int luaO_utf8esc (char *buff, unsigned long x); | 737 | LUAI_FUNC int luaO_utf8esc (char *buff, unsigned long x); |
740 | LUAI_FUNC int luaO_ceillog2 (unsigned int x); | 738 | LUAI_FUNC int luaO_ceillog2 (unsigned int x); |
741 | LUAI_FUNC int luaO_rawarith (lua_State *L, int op, const TValue *p1, | 739 | LUAI_FUNC int luaO_rawarith (lua_State *L, int op, const TValue *p1, |