From: Richard Stallman Date: Thu, 18 Feb 1993 06:30:00 +0000 (+0000) Subject: (ABS): #undef after including sys/time.h and sys/resource.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1285ef4fae352ddc0c83af376f1f71d91374884;p=gcc.git (ABS): #undef after including sys/time.h and sys/resource.h. From-SVN: r3485 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 263ff676b7a..bf9faf02619 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 #include +#undef ABS /* For OSF 1.2 on alpha. */ #endif #endif