From 4790145648297912300fc36e15d4a7678db65397 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 3 Dec 2001 11:29:01 +0000 Subject: [PATCH] Reapply rev 1.37 (hide the __attribute__ gcc keyword) into RELENG_4 even though it was backed out. With out this change the TenDRA compiler is not bootstrapable. --- sys/sys/cdefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index 1bc85c6a4676..eaedea995188 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -113,6 +113,7 @@ * in a different (wrong) way). */ #if __GNUC__ < 2 || __GNUC__ == 2 && __GNUC_MINOR__ < 5 +#define __attribute__(x) #define __dead2 #define __pure2 #define __unused