diff options
Diffstat (limited to 'lauxlib.c')
-rw-r--r-- | lauxlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ LUALIB_API void luaL_where (lua_State *L, int level) { | |||
225 | /* | 225 | /* |
226 | ** Again, the use of 'lua_pushvfstring' ensures this function does | 226 | ** Again, the use of 'lua_pushvfstring' ensures this function does |
227 | ** not need reserved stack space when called. (At worst, it generates | 227 | ** not need reserved stack space when called. (At worst, it generates |
228 | ** an error with "stack overflow" instead of the given message.) | 228 | ** a memory error instead of the given message.) |
229 | */ | 229 | */ |
230 | LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { | 230 | LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { |
231 | va_list argp; | 231 | va_list argp; |