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:
parent
cb46a4618b
commit
f4b7af33ef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user