On Monday 18 June 2007 12:35:53 [EMAIL PROTECTED] wrote: > Log: > is_equal is a good const parm
> Modified: trunk/src/pmc/sub.pmc Does this compile for you? I don't think the PMC to C translator picks up the "const" here. ./src/pmc/sub.pmc:420: error: conflicting types for ‘Parrot_Sub_is_equal’ src/pmc/pmc_sub.h:15: error: previous declaration of ‘Parrot_Sub_is_equal’ was here -- c