diff options
Diffstat (limited to 'lobject.c')
| -rw-r--r-- | lobject.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 */ | ||
| 130 | void luaO_verror (lua_State *L, const char *fmt, ...) { | 131 | void luaO_verror (lua_State *L, const char *fmt, ...) { |
| 131 | char buff[500]; | 132 | char buff[500]; |
| 132 | va_list argp; | 133 | va_list argp; |
