fix __builtin_expect() definition test for IBM XLC (sf bug 1909832)

This commit is contained in:
Brian
2008-03-09 10:55:01 -06:00
parent b0f8025434
commit 882e0e0179
+1 -1
View File
@@ -237,7 +237,7 @@
#endif
#if (!defined(__GNUC__) || __GNUC__ < 3) && !defined(__IBMC__)
#if (!defined(__GNUC__) || __GNUC__ < 3) && (!defined(__IBMC__) || __IBMC__ < 900)
# define __builtin_expect(x, y) x
#endif