diff options
Diffstat (limited to 'lali.c')
| -rw-r--r-- | lali.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -49,9 +49,6 @@ void runFile(int infd, Object **env, GC_PARAM) { Stream stream = { STREAM_TYPE_FILE, .fd = infd }; GC_TRACE(gcObject, nil); - if (setjmp(exceptionEnv)) - exit(EXIT_FAILURE); - // deal with shebang if (peekForward(&stream, true) == EOF) return; |
