aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorDouglas B Rupp <rupp@gnat.com>2001-11-19 07:17:28 -0500
committerRichard Kenner <kenner@gcc.gnu.org>2001-11-19 07:17:28 -0500
commit394f41b6ccd34809f140d3361952abe1aa9d2ec0 (patch)
treea9366575c5661f64c2aeb0cc3e9fe4ea04f87315 /gcc/gcc.c
parentaa6ad1a68bf94672cbc9f4c3aef60640cbc95a0a (diff)
downloadgcc-394f41b6ccd34809f140d3361952abe1aa9d2ec0.zip
gcc-394f41b6ccd34809f140d3361952abe1aa9d2ec0.tar.gz
gcc-394f41b6ccd34809f140d3361952abe1aa9d2ec0.tar.bz2
xm-vms.h: Don't define macros that autoconf handles.
* config/alpha/xm-vms.h: Don't define macros that autoconf handles. (SUCCESS_EXIT_CODE, FATAL_EXIT_CODE): Define for posix compatibility. * gcc.c (exit): Remove definition for VMS; moved to xm-vms.h. From-SVN: r47170
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 2ae9706..fc9ee62 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -81,10 +81,6 @@ compilation is specified by a string called a "spec". */
#include "prefix.h"
#include "gcc.h"
-#ifdef VMS
-#define exit __posix_exit
-#endif
-
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif