summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-24 16:58:28 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-24 16:58:28 +0000
commit01f5bc1b1054964df4fcf07067d574b936dee120 (patch)
treea3cc36ab46d36fb3d54e00a9740cf6c09e79870c /opcode.h
parent0858480c587822bc316d0ab82ff83dfc094fbae7 (diff)
downloadperl-01f5bc1b1054964df4fcf07067d574b936dee120.tar.gz
Now that readpipe defaults to $_, I should update the prototype table
in opcode.pl too. p4raw-id: //depot/perl@30749
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 df4a6dce21..7acce1968b 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1558,7 +1558,7 @@ EXTCONST U32 PL_opargs[] = {
0x00002206, /* srefgen */
0x0001368c, /* ref */
0x00122804, /* bless */
- 0x00003608, /* backtick */
+ 0x00013688, /* backtick */
0x00012808, /* glob */
0x0001d608, /* readline */
0x00000c08, /* rcatline */