diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-01-07 13:46:27 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-01-07 13:46:27 -0200 |
| commit | b63b0928cf22073a04be16c7376f2be255c4cc96 (patch) | |
| tree | d249bef231a79665967685815162a467970bb240 | |
| parent | 511679313f2c380ef86527e638663bf562083289 (diff) | |
| download | lua-b63b0928cf22073a04be16c7376f2be255c4cc96.tar.gz lua-b63b0928cf22073a04be16c7376f2be255c4cc96.tar.bz2 lua-b63b0928cf22073a04be16c7376f2be255c4cc96.zip | |
prototype for 'luaO_ceillog2' was different from definition
| -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.44 2010/12/06 21:08:36 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 2.45 2010/12/10 14:53:15 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 | */ |
| @@ -409,7 +409,7 @@ LUAI_DDEC const TValue luaO_nilobject_; | |||
| 409 | 409 | ||
| 410 | LUAI_FUNC int luaO_int2fb (unsigned int x); | 410 | LUAI_FUNC int luaO_int2fb (unsigned int x); |
| 411 | LUAI_FUNC int luaO_fb2int (int x); | 411 | LUAI_FUNC int luaO_fb2int (int x); |
| 412 | LUAI_FUNC int luaO_ceillog2 (lu_int32 x); | 412 | LUAI_FUNC int luaO_ceillog2 (unsigned int x); |
| 413 | LUAI_FUNC lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2); | 413 | LUAI_FUNC lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2); |
| 414 | LUAI_FUNC int luaO_rawequalObj (const TValue *t1, const TValue *t2); | 414 | LUAI_FUNC int luaO_rawequalObj (const TValue *t1, const TValue *t2); |
| 415 | LUAI_FUNC int luaO_str2d (const char *s, size_t len, lua_Number *result); | 415 | LUAI_FUNC int luaO_str2d (const char *s, size_t len, lua_Number *result); |
