Alexander Kabaev wrote:
> On Thu, 17 Jul 2003 14:02:20 -0700
> Kris Kennaway <[EMAIL PROTECTED]> wrote:
> >
> > Sorry, I missed the patch in your email.  I'm not certain about your
> > approach...can someone who understands the issues comment on it?
> 
> I'd rather see all varargs.h consumers be converted to stdarg.h. Old
> varargs GCC builtins were _removed_ altogether from the compiler sources
> and we should follow.

I've posted cdefs.h patches several times that allow you to
switch between implementations.  Now that ANSI C is default
in FreeBSD, they probably aren't necessary, but it's pretty
obvious how to implement it, if you think you need it (the
biggie is dealing with the "..." in the prototype).

If you need them for FreeBSD, and don't want to work it out,
let me know.

-- Terry
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to