From 0226382b34debd1d6d48df8084ef7be03c469620 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 4 Oct 1999 06:02:41 +0000 Subject: (__attribute__): Define to empty if GCC claims to be before 2.8; this is needed for OPENStep 4.2 cc. Also, define to empty if strict ANSI. --- lib/xalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/xalloc.h') diff --git a/lib/xalloc.h b/lib/xalloc.h index 38ae1d07d..c9bbb1386 100644 --- a/lib/xalloc.h +++ b/lib/xalloc.h @@ -27,7 +27,7 @@ # endif # ifndef __attribute__ -# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7) +# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__ # define __attribute__(x) # endif # endif -- cgit v1.2.3-54-g00ecf