diff options
author | Chip Salzenberg <chip@pobox.com> | 2003-02-19 03:54:45 +0000 |
---|---|---|
committer | chip <chip@pobox.com> | 2003-02-19 03:54:45 +0000 |
commit | 13dcffc60adeca175c32a1ea11ec8756d4853ad2 (patch) | |
tree | fe53ada3730ca7574b306ba6c164d7222487f5e4 /opcode.h | |
parent | 8c63d93843745ff8766bc75490d35dc2b080c5c0 (diff) | |
download | perl-13dcffc60adeca175c32a1ea11ec8756d4853ad2.tar.gz |
Support one-parameter unpack(), which unpacks $_.
p4raw-id: //depot/perl@18751
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1614,7 +1614,7 @@ EXT U32 PL_opargs[] = { 0x00000248, /* rv2hv */ 0x00028404, /* helem */ 0x00048801, /* hslice */ - 0x00022800, /* unpack */ + 0x00122800, /* unpack */ 0x0004280d, /* pack */ 0x00222808, /* split */ 0x0004280d, /* join */ |