toolsComm: Remove #ifdef checks for old VMS systems (fixes lp:625034)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user