On Thu, Oct 12, 2000 at 03:24:23PM -0700, Russ Allbery wrote: > Dan Sugalski <[EMAIL PROTECTED]> writes: > > > C's vararg handling sucks in many sublime and profound ways. It does, > > though, work. If we declare in advance that all C-visible perl functions > > have an official parameter list of (...), then we can make it work. The > > calling program would just fetch function pointers from us somehow, and > > do the call in. > > Can't. ISO C requires that all variadic functions take at least one named > parameter. The best you can do is something like (void *, ...). (Perl_Interpreter *, ...) surely? [Having seen the pTHX_ appear all over perl5] Nicholas Clark
- Re: RFC 334 (v1) I'm {STILL} trying to understand this..... Dan Sugalski
- Re: RFC 334 (v1) I'm {STILL} trying to understand t... Simon Cozens
- Re: RFC 334 (v1) I'm {STILL} trying to understa... Dan Sugalski
- Re: RFC 334 (v1) I'm {STILL} trying to unde... Russ Allbery
- Re: RFC 334 (v1) I'm {STILL} trying to ... Simon Cozens
- Re: RFC 334 (v1) I'm {STILL} tryin... Dan Sugalski
- Re: RFC 334 (v1) I'm {STILL} t... John Porter
- Re: RFC 334 (v1) I'm {STILL} t... Jarkko Hietaniemi
- Re: RFC 334 (v1) I'm {STILL} t... John Porter
- Re: RFC 334 (v1) I'm {STILL} t... Dan Sugalski
- Re: RFC 334 (v1) I'm {STILL} trying to ... Nicholas Clark
- Re: RFC 334 (v1) I'm {STILL} tryin... Dan Sugalski
- Re: RFC 334 (v1) I'm {STILL} trying to unde... David L. Nicol
- Perl's parser and lexer will likely be in Perl (was... Bradley M. Kuhn
- Re: Perl's parser and lexer will likely be in P... Leon Brocard
- Larry's ALS talk Bradley M. Kuhn
- Re: Larry's ALS talk Jeff Okamoto
- Re: Perl's parser and lexer will likely be ... Jeremy Howard
- Re: Perl's parser and lexer will likely... Adam Turoff
- Re: Perl's parser and lexer will l... Simon Cozens
- Re: Perl's parser and lexer wi... Simon Cozens