Colin Paul Adams wrote:
"Leopold" == Leopold Toetsch <[EMAIL PROTECTED]> writes:

    Leopold> <void * Parrot_runops_fromc_arglist(Parrot_Interp
    Leopold> interpreter, PMC *sub, const char *sig, va_list args)>

Despite what I said before, this is actually worse than
Parrot_call_sub.
The interface generator ignores it completely,

What interface generator?

... rather than generating
an incorrect signature (I suppose that's an improvement really, except
then it can't even be used for subroutines which accept zero
arguments).

signature letter "v" - void.

And as for hand-writing interfaces, I'm not sure I know HOW to create
a va_list.

see the various usages in the mentioned file.

leo



Reply via email to