Message-ID: <394D2ED9.69D00CA2@softhome.net> Date: Sun, 18 Jun 2000 22:19:37 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: Patch: new GCC builtins for stdarg.h/varargs.h References: <394D1D28 DOT DBF577EC AT softhome DOT net> <200006181941 DOT PAA19049 AT envy DOT delorie DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com DJ Delorie wrote: > > > +#if ((__GNUC_ == 2) && (__GNUC_MINOR__ >= 96) || (__GNUC__ >= 3)) > > Suggest this instead: > > #if ((__GNUC_ == 2) && (__GNUC_MINOR__ >= 96)) || (__GNUC__ >= 3) OK. > Please don't check in two independent changes at the same time. The > va changes look OK to me, if nobody else objects, as long as you've > tested them and they work OK. No comment on the wint_t changes; we've > already been through that. Yes, wint_t changes are discussed separately and they are still waiting for approval/rejection. Laurynas