From b57b04d533ba5d71576359062a3470c22080f76d Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 13 Jun 2014 21:48:53 -0400 Subject: Revert "Some low-hanging -Wunreachable-code fruits." This reverts commit 8c2b19724d117cecfa186d044abdbf766372c679. I don't understand - smoke-me came back happy with three separate reports... oh well, some other time. --- miniperlmain.c | 1 + 1 file changed, 1 insertion(+) (limited to 'miniperlmain.c') diff --git a/miniperlmain.c b/miniperlmain.c index e748523414..f22dcbba8d 100644 --- a/miniperlmain.c +++ b/miniperlmain.c @@ -162,6 +162,7 @@ main(int argc, char **argv, char **env) #endif /* PERL_GLOBAL_STRUCT */ exit(exitstatus); + return exitstatus; } /* Register any extra external extensions */ -- cgit v1.2.1