projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e81259
)
Define EXIT_SUCCESS and EXIT_FAILURE if not already defined.
author
Ken Raeburn
<raeburn@cygnus>
Fri, 12 Mar 1993 02:29:11 +0000
(
02:29
+0000)
committer
Ken Raeburn
<raeburn@cygnus>
Fri, 12 Mar 1993 02:29:11 +0000
(
02:29
+0000)
gas/config/ho-vms.h
patch
|
blob
|
history
diff --git
a/gas/config/ho-vms.h
b/gas/config/ho-vms.h
index ec7dc9e18684c0f151ec12fd1c2f534ddff7648d..c4e941c5137372d167090d6df7b751c11204354f 100644
(file)
--- 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 */