aboutsummaryrefslogtreecommitdiff
path: root/src/luajit.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/luajit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luajit.c b/src/luajit.c
index 1ca24301..3a3ec247 100644
--- a/src/luajit.c
+++ b/src/luajit.c
@@ -421,6 +421,7 @@ static int collectargs(char **argv, int *flags)
421 break; 421 break;
422 case 'e': 422 case 'e':
423 *flags |= FLAGS_EXEC; 423 *flags |= FLAGS_EXEC;
424 /* fallthrough */
424 case 'j': /* LuaJIT extension */ 425 case 'j': /* LuaJIT extension */
425 case 'l': 426 case 'l':
426 *flags |= FLAGS_OPTION; 427 *flags |= FLAGS_OPTION;