Compare commits

..
Author SHA1 Message Date
nobody fab7ac9dc8 This commit was manufactured by cvs2svn to create tag
'Version_1_33_0'.

[SVN r30532]
2005-08-12 03:25:34 +00:00
+2 -2
View File
@@ -11,8 +11,8 @@
// $Date$
// $Revision$
// Necessary to overcome a strange name lookup bug in GCC 3.3 and 4.0 for Mac OS X
#if defined(__APPLE_CC__) && defined(__GNUC__) && (__GNUC__ <= 4)
// Necessary to overcome a strange name lookup bug in GCC 3.3 for Mac OS X
#if defined(__APPLE_CC__) && defined(__GNUC__) && (__GNUC__ == 3) && (__GNUC_MINOR__ <= 3)
# include <cassert>
#endif