Support GCC 3.0

This commit is contained in:
David E. O'Brien 2001-06-02 17:35:50 +00:00
parent 789ffddeae
commit 41843d3cde

View File

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