aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lobject.h b/lobject.h
index ad3233f6..fbf57adc 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 1.130 2002/05/06 15:51:41 roberto Exp roberto $ 2** $Id: lobject.h,v 1.131 2002/05/07 17:36:56 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*/
@@ -252,7 +252,6 @@ int luaO_str2d (const char *s, lua_Number *result);
252 252
253const char *luaO_vpushstr (lua_State *L, const char *fmt, va_list argp); 253const char *luaO_vpushstr (lua_State *L, const char *fmt, va_list argp);
254const char *luaO_pushstr (lua_State *L, const char *fmt, ...); 254const char *luaO_pushstr (lua_State *L, const char *fmt, ...);
255void luaO_verror (lua_State *L, const char *fmt, ...);
256void luaO_chunkid (char *out, const char *source, int len); 255void luaO_chunkid (char *out, const char *source, int len);
257 256
258 257