[Cocci] Extracting types passed to variadic (varargs) functions

Julia Lawall julia at diku.dk
Tue Nov 17 21:33:06 CET 2009


> > Great!  Although I will have to look into why the ... solution didn't 
> > work.  Thanks for reporting the problem.
> Aha: it was a mistake at my end.
> 
> I misread your email; I was trying:
>    PyArg_ParseTuple(args at pos, fmt, E, e)
> rather than your suggestion of:
>    PyArg_ParseTuple(args at pos, fmt, E, e, ...)

OK, good :)

thanks,
julia


More information about the Cocci mailing list