Back out rev 1.48. The problem is with a bogus __attribute__ in stdio.h.

This commit is contained in:
David E. O'Brien 2001-12-04 01:29:54 +00:00
parent 38f54953b3
commit 3bff55e81b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87320

View file

@ -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