>>>>> "JHi" == Jarkko Hietaniemi <jhi@iki.fi> writes: >> pp_hot.c:614: too few arguments to function `Perl_is_lvalue_sub' JHi> This looks like forgetting the aTHX_ from somewhere...try adding JHi> aTHX as the argument to the Perl_is_lvalue_sub() call in the JHi> LVRET definition at pp.h line 389. Sorry about that. A better long-term fix would be to change it to just is_lvalue_sub(), right? (That at least seems to be the style in most of the code). -- Stephen McCThread Previous | Thread Next