diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-19 12:17:28 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-19 12:17:28 +0000 |
commit | 6a9bd664f0cd6f1bf08a1726f0bc1f1e6c99733a (patch) | |
tree | a9366575c5661f64c2aeb0cc3e9fe4ea04f87315 /gcc/gcc.c | |
parent | e535c327fbd7421f656924f8ce74f10f43bb8b2f (diff) | |
download | gcc-6a9bd664f0cd6f1bf08a1726f0bc1f1e6c99733a.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47170 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 2ae9706eaf2..fc9ee62a02c 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 |