mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-29 07:03:58 +08:00
(__va_copy): New definition.
From-SVN: r13804
This commit is contained in:
parent
20df0482b5
commit
9d661e569a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user