aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-03-12 02:29:11 +0000
committerKen Raeburn <raeburn@cygnus>1993-03-12 02:29:11 +0000
commitf3ec63c251493544c665f1a52d884f87787f5171 (patch)
tree8e24d02250c1969b09e302e5daaf9dea8ae48a31
parent5e81259d23e86f8653945da115d284b771da7e2d (diff)
downloadgdb-f3ec63c251493544c665f1a52d884f87787f5171.zip
gdb-f3ec63c251493544c665f1a52d884f87787f5171.tar.gz
gdb-f3ec63c251493544c665f1a52d884f87787f5171.tar.bz2
Define EXIT_SUCCESS and EXIT_FAILURE if not already defined.
-rw-r--r--gas/config/ho-vms.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/ho-vms.h b/gas/config/ho-vms.h
index ec7dc9e..c4e941c 100644
--- a/gas/config/ho-vms.h
+++ b/gas/config/ho-vms.h
@@ -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 */