On Tue Oct 02 10:15:42 2007, pcoch wrote:
> In src/mmd.c there is the very cryptic todo item within
mmd_cvt_to_types():
> (with some context)
> 
>         if (sig_elem->vtable->base_type == enum_class_String) {
>            STRING * const sig = VTABLE_get_string(interp, sig_elem);
>            if (memcmp(sig->strstart, "__VOID", 6) == 0) {
>                PMC_int_val(ar)--;  /* XXX */
>                break;
>            }
>            type = pmc_type(interp, sig);
>        }

This is now in src/multidispatch.c, same function name.
-- 
Will "Coke" Coleda

Reply via email to