In message <[EMAIL PROTECTED]> Perl6 RFC Librarian <[EMAIL PROTECTED]> wrote: > GNU CPP supports > varargs macros, so why not ship GNU CPP with perl? There is no GPL > issue if it is only used in the build. C99 supports them as well, so you're likely to see other compilers start to support them. The C99 varargs macros are not exactly the same though so relying on the current GCC varargs macros would be a bad idea. Tom -- Tom Hughes ([EMAIL PROTECTED]) http://www.compton.nu/ ...Also, avoid awkward or affected alliteration.
- RFC 46 (v1) Use features of portable, free compilers Perl6 RFC Librarian
- Re: RFC 46 (v1) Use features of portable, free co... Russ Allbery
- Re: RFC 46 (v1) Use features of portable, fre... Jarkko Hietaniemi
- Re: RFC 46 (v1) Use features of portable,... Dan Sugalski
- Re: RFC 46 (v1) Use features of portable,... John Tobey
- Re: RFC 46 (v1) Use features of porta... Russ Allbery
- Re: RFC 46 (v1) Use features of ... John Tobey
- Re: RFC 46 (v1) Use features... Dan Sugalski
- Re: RFC 46 (v1) Use features of porta... Nathan Torkington
- Tom Hughes