Thanks for your input on this issue too it's really appreciated. :-)
I'll re-fix the BLUEMOON branch tomorrow evening probably.
Is it possible to close the other bug associated with rageircd as it's not really a bug?
Cheers
On 16 May 2005, at 17:16, Florian Weimer wrote:
* Marc Haber:
+#if defined(__GNUC__) || (defined(__powerpc__) && defined (__FreeBSD__))
#define VA_COPY __va_copy
+#elif defined(__powerpc__) && defined(__NetBSD__)
+#define VA_COPY va_copy
#else
#define VA_COPY(x, y) x = y
#endif
Would that be ok with both of you?
__va_copy is provided by GCC's <stdarg.h> as well, so this patch should be fine.
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]