X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=bytecode.h;h=fadc28f0b97ac7a7ca7527dfbbac450ca91a9304;hb=47cadb06ccb7dbe87fdda243544a1ecb06fb104f;hp=e28dd434f2029f95a8e080058b1b26b2f1889ec8;hpb=92742e379e6f1679633256cac8dcf3be460cfb98;p=p5sagit%2Fp5-mst-13.2.git diff --git a/bytecode.h b/bytecode.h index e28dd43..fadc28f 100644 --- a/bytecode.h +++ b/bytecode.h @@ -151,7 +151,7 @@ typedef IV IV64; o->op_type = arg; \ if (arg == OP_MAPSTART) \ arg = OP_GREPSTART; \ - o->op_ppaddr = ppaddr[arg]; \ + o->op_ppaddr = PL_ppaddr[arg]; \ } STMT_END #define BSET_op_ppaddr(o, arg) croak("op_ppaddr not yet implemented") #define BSET_curpad(pad, arg) pad = AvARRAY(arg)