From ff81a8c93d59929b948835d3b2ea7b294d3d55ea Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 4 Dec 2001 01:29:54 +0000 Subject: Back out rev 1.48. The problem is with a bogus __attribute__ in stdio.h. --- sys/sys/cdefs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index eaedea9..1bc85c6 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -113,7 +113,6 @@ * in a different (wrong) way). */ #if __GNUC__ < 2 || __GNUC__ == 2 && __GNUC_MINOR__ < 5 -#define __attribute__(x) #define __dead2 #define __pure2 #define __unused -- cgit v1.1