X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Tue, 19 Feb 2002 14:33:50 -0500 Message-Id: <200202191933.g1JJXoF26926@delorie.com> From: Eli Zaretskii To: ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De CC: djgpp-workers AT delorie DOT com In-reply-to: <2619FA57194@HRZ1.hrz.tu-darmstadt.de> (ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De) Subject: Re: [Fwd: gettext: "make check" fails on NetBSD/sparc-1.5] References: <3C667A75 DOT 8042C811 AT phekda DOT freeserve DOT co DOT uk> (message from Richard Dawe on Sun, 10 Feb 2002 13:49:41 +0000) <2619FA57194 AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Juan Manuel Guerrero" > Date: Tue, 19 Feb 2002 19:33:03 +0100 > > > > No, we don't support it. Volunteers are welcome to add it (all you > > need is add an inline function that accepts a parameter number N, and > > then walks the stack with ap_start/ap_arg until it gets to the Nth > > argument). > > Where can I find ap_start/ap_arg ? I have looked djdev and at gcc. > Am I missing something? No, _I_ am missing something ;-) It's a typo: I meant va_start and va_arg. Sorry.