diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-01-03 00:07:13 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-01-03 00:07:13 +0000 |
commit | bab9c0ac4be68b8d3e7a915e21d06ed39d0fa563 (patch) | |
tree | 433c7a34050655e49940106dcbae7bf42e930f98 /pp_proto.h | |
parent | 35bc0dc84153b4a6ad4b24f4d9e7d25cc7a0fb97 (diff) | |
download | perl-bab9c0ac4be68b8d3e7a915e21d06ed39d0fa563.tar.gz |
Tidy up change #18751, so that the second parameter to unpack()
defaults to $_ at compile-time, instead of run-time (like all
other primitives that default to $_).
p4raw-link: @18751 on //depot/perl: 13dcffc60adeca175c32a1ea11ec8756d4853ad2
p4raw-id: //depot/perl@22047
Diffstat (limited to 'pp_proto.h')
-rw-r--r-- | pp_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pp_proto.h b/pp_proto.h index 86311949a7..2f457c37fd 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -42,6 +42,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) |