aboutsummaryrefslogtreecommitdiff
path: root/lobject.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-09-12 10:47:39 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-09-12 10:47:39 -0300
commit0f59e3d7a70ea8c15792450496974d95dbae8d5b (patch)
tree9fb65d7b00ffd90f545ae80490b9ed031aeaaacf /lobject.c
parent55c3bc2bcba70bceb6ec80ae46f8249dc4026c60 (diff)
downloadlua-0f59e3d7a70ea8c15792450496974d95dbae8d5b.tar.gz
lua-0f59e3d7a70ea8c15792450496974d95dbae8d5b.tar.bz2
lua-0f59e3d7a70ea8c15792450496974d95dbae8d5b.zip
details
Diffstat (limited to 'lobject.c')
-rw-r--r--lobject.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lobject.c b/lobject.c
index c4f45d8b..c58d4bc2 100644
--- a/lobject.c
+++ b/lobject.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.c,v 1.46 2000/09/11 17:38:42 roberto Exp roberto $ 2** $Id: lobject.c,v 1.47 2000/09/11 20:29:27 roberto Exp roberto $
3** Some generic functions over Lua objects 3** Some generic functions over Lua objects
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -127,6 +127,7 @@ int luaO_str2d (const char *s, Number *result) { /* LUA_NUMBER */
127} 127}
128 128
129 129
130/* this function needs to handle only '%d' and '%.XXXs' formats */
130void luaO_verror (lua_State *L, const char *fmt, ...) { 131void luaO_verror (lua_State *L, const char *fmt, ...) {
131 char buff[500]; 132 char buff[500];
132 va_list argp; 133 va_list argp;