| www.delorie.com/archives/browse.cgi | search |
| Message-ID: | <394D2ED9.69D00CA2@softhome.net> |
| Date: | Sun, 18 Jun 2000 22:19:37 +0200 |
| From: | Laurynas Biveinis <lauras AT softhome DOT net> |
| 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> |
| 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |