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.
This commit is contained in:
David E. O'Brien 2001-12-03 11:29:01 +00:00
parent cb46a4618b
commit f4b7af33ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87264

View File

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