diff options
author | Richard Stallman <rms@gnu.org> | 1993-02-18 06:30:00 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-02-18 06:30:00 +0000 |
commit | b1285ef4fae352ddc0c83af376f1f71d91374884 (patch) | |
tree | e7761af1d60b4f6b0e733aad75d3b94dc296e0be | |
parent | 7f8f7371d3e43dcb01b3f9428507e40fa923de57 (diff) | |
download | gcc-b1285ef4fae352ddc0c83af376f1f71d91374884.zip gcc-b1285ef4fae352ddc0c83af376f1f71d91374884.tar.gz gcc-b1285ef4fae352ddc0c83af376f1f71d91374884.tar.bz2 |
(ABS): #undef after including sys/time.h and sys/resource.h.
From-SVN: r3485
-rw-r--r-- | gcc/toplev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 263ff67..bf9faf0 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -43,6 +43,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef VMS #include <sys/time.h> #include <sys/resource.h> +#undef ABS /* For OSF 1.2 on alpha. */ #endif #endif |