This commit is contained in:
Roberto Ierusalimschy
2000-09-12 10:47:39 -03:00
parent 55c3bc2bcb
commit 0f59e3d7a7
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lobject.c,v 1.46 2000/09/11 17:38:42 roberto Exp roberto $
** $Id: lobject.c,v 1.47 2000/09/11 20:29:27 roberto Exp roberto $
** Some generic functions over Lua objects
** See Copyright Notice in lua.h
*/
@@ -127,6 +127,7 @@ int luaO_str2d (const char *s, Number *result) { /* LUA_NUMBER */
}
/* this function needs to handle only '%d' and '%.XXXs' formats */
void luaO_verror (lua_State *L, const char *fmt, ...) {
char buff[500];
va_list argp;