From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zack Weinberg To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: c++/4095: Variable misspelled in gcc/cp/rtti.c Date: Fri, 24 Aug 2001 12:56:00 -0000 Message-id: <20010824195602.10966.qmail@sourceware.cygnus.com> X-SW-Source: 2001-08/msg00644.html List-Id: The following reply was made to PR c++/4095; it has been noted by GNATS. From: Zack Weinberg To: Mark Mitchell , Andreas Jaeger Cc: gcc-gnats@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: c++/4095: Variable misspelled in gcc/cp/rtti.c Date: Fri, 24 Aug 2001 15:48:05 -0400 > I think Zack is working on a patch to allow you to use the same > set of macros with both stdarg and varargs, which will be nice > and tidy. It's finished and checked in. The macros are VA_OPEN, VA_CLOSE, and VA_FIXEDARG, defined in ansidecl.h. Look there for documentation, and in cpperror.c for example uses. zw