Define EXIT_SUCCESS and EXIT_FAILURE if not already defined.
authorKen Raeburn <raeburn@cygnus>
Fri, 12 Mar 1993 02:29:11 +0000 (02:29 +0000)
committerKen Raeburn <raeburn@cygnus>
Fri, 12 Mar 1993 02:29:11 +0000 (02:29 +0000)
gas/config/ho-vms.h

index ec7dc9e18684c0f151ec12fd1c2f534ddff7648d..c4e941c5137372d167090d6df7b751c11204354f 100644 (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 */