(ABS): #undef after including sys/time.h and sys/resource.h.
authorRichard Stallman <rms@gnu.org>
Thu, 18 Feb 1993 06:30:00 +0000 (06:30 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 18 Feb 1993 06:30:00 +0000 (06:30 +0000)
From-SVN: r3485

gcc/toplev.c

index 263ff676b7a6ef9a76860101774e0a7c828b171e..bf9faf02619f9dc1652d4fd163d4151f2553861f 100644 (file)
@@ -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