Define EXIT_SUCCESS and EXIT_FAILURE if not already defined.

This commit is contained in:
Ken Raeburn 1993-03-12 02:29:11 +00:00
parent 5e81259d23
commit f3ec63c251

View file

@ -27,4 +27,9 @@
/* We need this to make sure that sys_nerr has the right Psect hack. */
#include <perror.h>
#ifndef EXIT_SUCCESS
#define EXIT_SUCCESS 1
#define EXIT_FAILURE 0
#endif
/* end of ho-vms.h */