aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-05-31 11:25:18 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-05-31 11:25:18 -0300
commit90de38bf1f85714526c30e42b670ca997ec45827 (patch)
treec9dbf61d741ddd2ededcba4c1a4da99211c28f7a /lobject.h
parente8a7ecb982effdfc1148098b288c6ac7130f756e (diff)
downloadlua-90de38bf1f85714526c30e42b670ca997ec45827.tar.gz
lua-90de38bf1f85714526c30e42b670ca997ec45827.tar.bz2
lua-90de38bf1f85714526c30e42b670ca997ec45827.zip
warnings in VS .Net
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lobject.h b/lobject.h
index 0d41e935..44291f7c 100644
--- a/lobject.h
+++ b/lobject.h
@@ -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);
369LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, 369LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt,
370 va_list argp); 370 va_list argp);
371LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...); 371LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
372LUAI_FUNC void luaO_chunkid (char *out, const char *source, int len); 372LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t len);
373 373
374 374
375#endif 375#endif