diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-08-26 19:37:29 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-08-26 19:37:29 +0000 |
commit | 26f600bce139656723472a5e845906a60241815e (patch) | |
tree | e3858bd733a759103915fa5f3a90c49ecd8cb736 /opcode.h | |
parent | 5dd42e15760f2e77ab3979bfe1b6aafaa9ff1227 (diff) | |
download | perl-26f600bce139656723472a5e845906a60241815e.tar.gz |
Change the internal prototype of the pop() and shift() builtins
to (;\@), to reflect that their array argument is optional.
p4raw-id: //depot/perl@20910
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1625,8 +1625,8 @@ EXT U32 PL_opargs[] = { 0x00004805, /* anonhash */ 0x05326801, /* splice */ 0x0004691d, /* push */ - 0x00007604, /* pop */ - 0x00007604, /* shift */ + 0x00017604, /* pop */ + 0x00017604, /* shift */ 0x0004691d, /* unshift */ 0x0005a801, /* sort */ 0x00004809, /* reverse */ |