From: Vern Paxson Date: Sat, 4 Mar 1995 16:14:30 +0000 (+0000) Subject: removed VMS-specific exit X-Git-Tag: flex-2-5-5b~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e6d43f7bdb05d22c7006c7b0dce8d0af7246cb2;p=flex removed VMS-specific exit --- diff --git a/main.c b/main.c index c401981..c9542ca 100644 --- a/main.c +++ b/main.c @@ -555,11 +555,7 @@ _( " %d/%d character classes needed %d/%d words of storage, %d reused\n" ), tblsiz ); } -#ifndef VMS exit( exit_status ); -#else - exit( exit_status + 1 ); -#endif }