diff options
-rw-r--r-- | gas/config/ho-vms.h | 5 |
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 */ |