summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-31 13:34:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-31 13:34:30 +0000
commite3f73d4edc1b72464d0a94ac202f6e1bd3daf149 (patch)
tree5947c9158793dbe9f01db803f5805d72f94c9194 /opcode.h
parent37d6a98efde87369fe8fb6be5f8afc79f775460c (diff)
downloadperl-e3f73d4edc1b72464d0a94ac202f6e1bd3daf149.tar.gz
Make readpipe() overridable (and also `` and qx//)
p4raw-id: //depot/perl@29168
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 4b32c85f31..c62943b57d 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1562,7 +1562,7 @@ EXTCONST U32 PL_opargs[] = {
0x00002206, /* srefgen */
0x0001368c, /* ref */
0x00122804, /* bless */
- 0x00001608, /* backtick */
+ 0x00003608, /* backtick */
0x00012808, /* glob */
0x0001d608, /* readline */
0x00000c08, /* rcatline */