On Mon, Jun 21, 2004 at 10:35:29AM -0700, Rob Hudson wrote:
> Looks like the fix in 1.3 was this in the top of str.c:
> 
> #ifndef va_copy
> # define va_copy(a,b) ((a) = (b))
> #endif

Hmmm, looks like FreeBSD only defines va_copy for gcc > 2.95
and #if __ISO_COVISIBLE >= 1999.

elmo-1.2.0 compiled without problem (but a few warnings) for me on
OpenBSD.

-- 
<[EMAIL PROTECTED]>
_______________________________________________
EUGLUG mailing list
[EMAIL PROTECTED]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to