(__va_copy): New definition.

From-SVN: r13804
This commit is contained in:
Richard Kenner 1997-03-26 07:34:03 -05:00
parent 20df0482b5
commit 9d661e569a

View File

@ -94,6 +94,10 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */
- ((sizeof (TYPE) < __va_rounded_size (char) \
? sizeof (TYPE) : __va_rounded_size (TYPE))))))
#endif /* big-endian */
/* Copy __gnuc_va_list into another variable of this type. */
#define __va_copy(dest, src) (dest) = (src)
#endif /* _STDARG_H */
#endif /* not sh */