changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs)
[deliverable/binutils-gdb.git] / gas / config / ho-vms.h
index a546019bd945b7d372809d68f3e9719276e367bf..04a71ddb46bdf9968a8677a316d699709dd783f0 100644 (file)
 #include <perror.h>
 
 #ifndef EXIT_SUCCESS
-#define EXIT_SUCCESS 1
-#define EXIT_FAILURE 0
+#define EXIT_SUCCESS 1                 /* SS$_NORMAL, STS$K_SUCCESS */
+#define EXIT_FAILURE 0x10000002                /* (STS$K_ERROR | STS$M_INHIB_MSG) */
 #endif
 
 #define unlink delete
 
+extern char *strchr ();
+extern char *strdup ();
+
 /* end of ho-vms.h */
This page took 0.023217 seconds and 4 git commands to generate.