diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-12-07 12:26:59 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-12-07 12:26:59 -0800 |
commit | 353d8d11f8192c91a47c96d054f037c4a12e7307 (patch) | |
tree | 4b24fe54cdb2e913aedf33b5fe91c3e7608bd8e1 /opcode.h | |
parent | 698c2ed083c11d173370373baa61678397c7363c (diff) | |
download | perl-353d8d11f8192c91a47c96d054f037c4a12e7307.tar.gz |
Give require the OA_RETSCALAR flag
This way there is no need to call scalar() on the op separately.
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2087,7 +2087,7 @@ EXTCONST U32 PL_opargs[] = { 0x0001140d, /* semop */ 0x0011140d, /* semget */ 0x0111140d, /* semctl */ - 0x00009bc0, /* require */ + 0x00009bc4, /* require */ 0x00001140, /* dofile */ 0x00000604, /* hintseval */ 0x00009bc0, /* entereval */ |