X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=opcode.h;h=ce83340aeebe2dab86e1621ac506255f772b4e47;hb=b73edd974ff6de4630341da3b93d562a24ff05d7;hp=b13849d8aa3dbf870b686732eefbd652ac74f974;hpb=a5f75d667838e8e7bb037880391f5c44476d33b4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/opcode.h b/opcode.h index b13849d..ce83340 100644 --- a/opcode.h +++ b/opcode.h @@ -1776,9 +1776,9 @@ EXT OP * (*ppaddr[])() = { #endif #ifndef DOINIT -EXT OP * (*check[])(); +EXT OP * (*check[]) _((OP *op)); #else -EXT OP * (*check[])() = { +EXT OP * (*check[]) _((OP *op)) = { ck_null, /* null */ ck_null, /* stub */ ck_fun, /* scalar */