diff options
Diffstat (limited to 'lobject.h')
-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.12 2005/04/25 19:24:10 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 2.13 2005/05/05 20:47:02 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 | */ |
@@ -369,7 +369,7 @@ LUAI_FUNC int luaO_str2d (const char *s, lua_Number *result); | |||
369 | LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, | 369 | LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, |
370 | va_list argp); | 370 | va_list argp); |
371 | LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...); | 371 | LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...); |
372 | LUAI_FUNC void luaO_chunkid (char *out, const char *source, int len); | 372 | LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t len); |
373 | 373 | ||
374 | 374 | ||
375 | #endif | 375 | #endif |