diff options
Diffstat (limited to 'lapi.c')
| -rw-r--r-- | lapi.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1286,9 +1286,9 @@ void lua_setwarnf (lua_State *L, lua_WarnFunction f, void *ud) { | |||
| 1286 | } | 1286 | } |
| 1287 | 1287 | ||
| 1288 | 1288 | ||
| 1289 | void lua_warning (lua_State *L, const char *msg) { | 1289 | void lua_warning (lua_State *L, const char *msg, int tocont) { |
| 1290 | lua_lock(L); | 1290 | lua_lock(L); |
| 1291 | luaE_warning(L, msg); | 1291 | luaE_warning(L, msg, tocont); |
| 1292 | lua_unlock(L); | 1292 | lua_unlock(L); |
| 1293 | } | 1293 | } |
| 1294 | 1294 | ||
