Date: Mon, 19 Jun 2000 17:33:27 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: DJGPP Workers Subject: Re: Patch: new GCC builtins for stdarg.h/varargs.h In-Reply-To: <394D1D28.DBF577EC@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sun, 18 Jun 2000, Laurynas Biveinis wrote: > Also, it is possible to implement new C99 macro, > va_copy. However, this patch doesn't do that, because > I don't know how to implement it for GCC 2.95 or > earlier (w/o builtins) Just don't do anything about it. If somebody uses va_copy with GCC 2.95 or earlier, they will get an error message, which is appropriate, since this feature is not supported. Or am I missing something?