toolsComm: Remove #ifdef checks for old VMS systems (fixes lp:625034)

This commit is contained in:
Ralph Lange
2010-08-27 10:12:20 -04:00
parent a6a01e6822
commit 866f062d0a
2 changed files with 0 additions and 8 deletions

View File

@@ -380,11 +380,7 @@ void flexend(int status)
fprintf( stderr, " %d total table entries needed\n", tblsiz );
}
#ifndef VMS
exit( status );
#else
exit( status + 1 );
#endif
}

View File

@@ -375,11 +375,7 @@ void flexfatal(char *msg)
/* include sys/types.h to use time_t and make lint happy */
#ifndef MS_DOS
#ifndef VMS
#include <sys/types.h>
#else
#include <types.h>
#endif
#endif
#ifdef MS_DOS