Add guard if __has_feature is not defined.

main
theraven 15 years ago
parent d61e9b3209
commit 893b9bf958

@ -9,6 +9,10 @@ extern "C" {
# define __GNUSTEP_RUNTIME__
#endif
#ifndef __has_feature
# define __has_feature(x) 0
#endif
#ifndef __unsafe_unretained
# ifndef __has_feature
# define __unsafe_unretained

Loading…
Cancel
Save