Back out a controverial commit.

This commit is contained in:
David E. O'Brien 2001-02-20 09:09:27 +00:00
parent 9cd5532f9c
commit 9913fae9e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72753

View File

@ -122,7 +122,7 @@
#define __pure2 __attribute__((__const__))
#define __unused
#endif
#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ == 3
#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7
#define __dead2 __attribute__((__noreturn__))
#define __pure2 __attribute__((__const__))
#define __unused __attribute__((__unused__))