From b1285ef4fae352ddc0c83af376f1f71d91374884 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 18 Feb 1993 06:30:00 +0000 Subject: [PATCH] (ABS): #undef after including sys/time.h and sys/resource.h. From-SVN: r3485 --- gcc/toplev.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2