Am 05.12.2004 um 18:14 schrieb Andrew Pinski:
To fix this:
+// This does not work on Mac OS X 10.1.5/gcc-2.95.2
+#if 0
#define BDBGPrintf(format, args...) \
do { if (behavior_debug) { fprintf(stderr, (format) , ## args); } } while (0)
+#else
You just need to supply -no-cpp-preproces (or something like that).
While I consider such macros more obfuscating than helping, your suggestion works. Thanks.
It's actually -no-cpp-precomp and comes with a big raise in compile time, just for this single macro. But then, Mac OS X 10.1.5 isn't the most common platform these days ;-)
So, a yet smaller set of patches:
diff-base
Description: Binary data
diff-make
Description: Binary data
Cheers, Markus
- - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/
_______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-gnustep
