Re: [cc65] va_copy(): Any alternatives

From: Oliver Schmidt <ol.sc1web.de>
Date: 2005-05-06 14:54:28
Hi Spiro,

> I tried with the work-around for the Watcom C compiler (from
> /src/common/va_copy.h). ...

I don't know that one but this works at least for some var-arg
implementations:

#define va_copy(dest, src) ((dest) = (src))

Oliver
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri May 6 14:54:45 2005

This archive was generated by hypermail 2.1.8 : 2005-05-06 14:54:47 CEST