This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] PR35460 fix OpenBSD stdarg header
- From: Andreas Tobler <andreast-list at fgznet dot ch>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 30 Dec 2008 21:01:38 +0100
- Subject: Re: [patch] PR35460 fix OpenBSD stdarg header
- References: <495A22A8.4090409@fgznet.ch>
Andreas Tobler wrote:
+ test_text = "#define va_start(v,l) __builtin_va_start((v),l)";
Typo, corrected in the current sources.
test_text = "#define va_start(v,l) __builtin_stdarg_start((v),l)";
ANdreas