summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorChip Salzenberg <chip@perl.com>1997-04-30 00:00:00 +1200
committerChip Salzenberg <chip@atlantic.net>1997-04-30 00:00:00 +1200
commit6da72b644b845971d5b417f3c6f5590e23084bcd (patch)
tree322d1e0b1a154d0b12f1fcc49838fe9a9aa4288c /opcode.h
parent404b15a1d1b7c56f5774b99fd0d4b6854620182b (diff)
downloadperl-6da72b644b845971d5b417f3c6f5590e23084bcd.tar.gz
Support C< $coderef->($x,$y) >
Randal Schwartz said: > Some time in October, 1994, Larry Wall said: > > : All other references you can follow with ->, what about code refs? > > Aw, look, I'd really like that feature in, but I think it's a bit > > too close to the release for that. > Hey Chip, > Look, Larry said he'd really like that feature Larry said that? That change is like two lines, it's in! Tricked-into-doing-by: Randal Schwartz <merlyn@stonehenge.com>
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcode.h b/opcode.h
index 52403d457d..bdcf5f6e58 100644
--- a/opcode.h
+++ b/opcode.h
@@ -2244,8 +2244,8 @@ EXT U32 opargs[] = {
0x0000098e, /* log */
0x0000098e, /* sqrt */
0x0000098e, /* int */
- 0x0000099c, /* hex */
- 0x0000099c, /* oct */
+ 0x0000098e, /* hex */
+ 0x0000098e, /* oct */
0x0000098e, /* abs */
0x0000099c, /* length */
0x0009110c, /* substr */