diff options
| author | Mike Pall <mike> | 2018-01-29 13:28:53 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2018-01-29 13:28:53 +0100 |
| commit | fddef924097f28c46a0a5b45483a6086b33cab81 (patch) | |
| tree | 269ab05d5459262ae0cbb095e7a218548621d9b7 /src | |
| parent | 0bf46e1edf94c43795b5e491efe682ab70974ce7 (diff) | |
| parent | 03cd5aa749c1bc3bb4b7d4289236b6096cb3dc85 (diff) | |
| download | luajit-fddef924097f28c46a0a5b45483a6086b33cab81.tar.gz luajit-fddef924097f28c46a0a5b45483a6086b33cab81.tar.bz2 luajit-fddef924097f28c46a0a5b45483a6086b33cab81.zip | |
Merge branch 'master' into v2.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/luajit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luajit.c b/src/luajit.c index 3a3ec247..86134eff 100644 --- a/src/luajit.c +++ b/src/luajit.c | |||
| @@ -150,6 +150,7 @@ static void print_jit_status(lua_State *L) | |||
| 150 | fputs(s, stdout); | 150 | fputs(s, stdout); |
| 151 | } | 151 | } |
| 152 | putc('\n', stdout); | 152 | putc('\n', stdout); |
| 153 | lua_settop(L, 0); /* clear stack */ | ||
| 153 | } | 154 | } |
| 154 | 155 | ||
| 155 | static void createargtable(lua_State *L, char **argv, int argc, int argf) | 156 | static void createargtable(lua_State *L, char **argv, int argc, int argf) |
