summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-12-07 12:26:59 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-07 12:26:59 -0800
commit353d8d11f8192c91a47c96d054f037c4a12e7307 (patch)
tree4b24fe54cdb2e913aedf33b5fe91c3e7608bd8e1 /opcode.h
parent698c2ed083c11d173370373baa61678397c7363c (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 4266c49cf6..214072cce2 100644
--- a/opcode.h
+++ b/opcode.h
@@ -2087,7 +2087,7 @@ EXTCONST U32 PL_opargs[] = {
0x0001140d, /* semop */
0x0011140d, /* semget */
0x0111140d, /* semctl */
- 0x00009bc0, /* require */
+ 0x00009bc4, /* require */
0x00001140, /* dofile */
0x00000604, /* hintseval */
0x00009bc0, /* entereval */