fix for __IBMC__

This commit is contained in:
Brian 2007-09-20 15:12:42 -06:00
parent bc95b34cce
commit f2728724d3

View file

@ -237,7 +237,7 @@
#endif
#if (!defined __GNUC__ || __GNUC__ < 3) && !defined __IBMC__
#if (!defined(__GNUC__) || __GNUC__ < 3) && !defined(__IBMC__)
# define __builtin_expect(x, y) x
#endif