From: Richard Kenner Date: Thu, 25 Feb 1993 23:36:23 +0000 (-0500) Subject: No need to #undef ABS; done in rtl.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de0e881806f526b91a09344c7ea68f242339e4e9;p=gcc.git No need to #undef ABS; done in rtl.h. From-SVN: r3535 --- 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