X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pp_proto.h;h=dddb013eeb3735b9bf9a564e94eb397fa573b9e4;hb=28a5cf3b760f8b6322a0839e3b3e060e7a6f23ea;hp=86311949a73a363fb833071191a6a8dbc8937202;hpb=c963b151157dab5813a32fc6004b63916ad155e8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pp_proto.h b/pp_proto.h index 8631194..dddb013 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -1,4 +1,5 @@ -/* !!!!!!! DO NOT EDIT THIS FILE !!!!!!! +/* -*- buffer-read-only: t -*- + !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by opcode.pl from its data. Any changes made here will be lost! */ @@ -42,6 +43,7 @@ PERL_CKDEF(Perl_ck_subr) PERL_CKDEF(Perl_ck_substr) PERL_CKDEF(Perl_ck_svconst) PERL_CKDEF(Perl_ck_trunc) +PERL_CKDEF(Perl_ck_unpack) PERL_PPDEF(Perl_pp_null) @@ -393,3 +395,5 @@ PERL_PPDEF(Perl_pp_setstate) PERL_PPDEF(Perl_pp_method_named) PERL_PPDEF(Perl_pp_dor) PERL_PPDEF(Perl_pp_dorassign) + +/* ex: set ro: */