aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lauxlib.c')
-rw-r--r--lauxlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lauxlib.c b/lauxlib.c
index defd4d57..a36655f2 100644
--- a/lauxlib.c
+++ b/lauxlib.c
@@ -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*/
230LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { 230LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) {
231 va_list argp; 231 va_list argp;