diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-05-31 11:25:18 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-05-31 11:25:18 -0300 |
commit | 90de38bf1f85714526c30e42b670ca997ec45827 (patch) | |
tree | c9dbf61d741ddd2ededcba4c1a4da99211c28f7a /lobject.h | |
parent | e8a7ecb982effdfc1148098b288c6ac7130f756e (diff) | |
download | lua-90de38bf1f85714526c30e42b670ca997ec45827.tar.gz lua-90de38bf1f85714526c30e42b670ca997ec45827.tar.bz2 lua-90de38bf1f85714526c30e42b670ca997ec45827.zip |
warnings in VS .Net
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 |