From de0e881806f526b91a09344c7ea68f242339e4e9 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 25 Feb 1993 18:36:23 -0500 Subject: [PATCH] No need to #undef ABS; done in rtl.h. From-SVN: r3535 --- gcc/toplev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/toplev.c b/gcc/toplev.c index bf9faf02619..263ff676b7a 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -43,7 +43,6 @@ 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