[DGD]mixed type in Extension interface

Felix A. Croes felix at dworkin.nl
Sat Jun 9 14:14:01 CEST 2001


Thomas Annandale <thomas at boredatheist.com> wrote:

>   I am attempting to use the extensions interface to make a sprintf kfun
> that passes its arguments to C's vsprintf.  The LPC prototype for the new
> kfun will be
>
>   string sprintf(string fmt, varargs mixed args...);
>
> However, dgd/doc/Extensions doesn't say anything about a
> DGD_TYPE_MIXED.  What do I do?


Oops :)

Add the following to dgd_ext.h:

    # define DGD_TYPE_MIXED	T_MIXED

I will make an official patch later today.

Regards,
Dworkin

List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list