diff options
author | bde <bde@FreeBSD.org> | 1998-06-14 13:40:01 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-06-14 13:40:01 +0000 |
commit | a7d3dec6df55d42bcb12806631798932380ce34b (patch) | |
tree | 38da8a791e08d1db129ea0667a0929fcebeba622 /sys/dev/dec | |
parent | 1eddce4e7b53dec621dcf76678415a51d092805d (diff) | |
download | FreeBSD-src-a7d3dec6df55d42bcb12806631798932380ce34b.zip FreeBSD-src-a7d3dec6df55d42bcb12806631798932380ce34b.tar.gz |
Don't define away __attribute__() for the non-gcc and old-gcc cases.
Using __attribute__() in non-ifdefed code is just wrong if it changes
the semantics, and there is no way to ignore __attribute__() only in
the benign cases.
Don't use __attribute__ in non-ifdefed code here. It was a benign
case, but we already have a macro (__unused) for this case.
Expanded comment about gotchas for __CONCAT() in the non-ANSI case.
Diffstat (limited to 'sys/dev/dec')
0 files changed, 0 insertions, 0 deletions