diff options
Diffstat (limited to '')
| -rw-r--r-- | lobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -831,7 +831,7 @@ typedef struct Table { | |||
| 831 | if (msg == NULL) luaD_throw(L, LUA_ERRMEM); /* only after 'va_end' */ } | 831 | if (msg == NULL) luaD_throw(L, LUA_ERRMEM); /* only after 'va_end' */ } |
| 832 | 832 | ||
| 833 | 833 | ||
| 834 | LUAI_FUNC int luaO_utf8esc (char *buff, unsigned long x); | 834 | LUAI_FUNC int luaO_utf8esc (char *buff, l_uint32 x); |
| 835 | LUAI_FUNC lu_byte luaO_ceillog2 (unsigned int x); | 835 | LUAI_FUNC lu_byte luaO_ceillog2 (unsigned int x); |
| 836 | LUAI_FUNC lu_byte luaO_codeparam (unsigned int p); | 836 | LUAI_FUNC lu_byte luaO_codeparam (unsigned int p); |
| 837 | LUAI_FUNC l_mem luaO_applyparam (lu_byte p, l_mem x); | 837 | LUAI_FUNC l_mem luaO_applyparam (lu_byte p, l_mem x); |
