This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
On Sun, Jul 16, 2000 at 08:34:23PM -0700, Mark Mitchell wrote: > #define va_copy(DEST, SRC) \ > memcpy (&DEST, &SRC, sizeof (va_list)) > #endif We've already got a va_copy replacement available in system.h. r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |