diff options
Diffstat (limited to 'lobject.h')
| -rw-r--r-- | lobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -747,7 +747,7 @@ LUAI_FUNC void luaO_tostring (lua_State *L, TValue *obj); | |||
| 747 | LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, | 747 | LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, |
| 748 | va_list argp); | 748 | va_list argp); |
| 749 | LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...); | 749 | LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...); |
| 750 | LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t len); | 750 | LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t srclen); |
| 751 | 751 | ||
| 752 | 752 | ||
| 753 | #endif | 753 | #endif |
