diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-03 00:30:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-03 00:30:07 +0000 |
commit | 2981be43706eb15813f2810c4e0d84ca96f8427c (patch) | |
tree | 013e49ba08b7dd614c5549f537d1c25b852d2213 /opcode.h | |
parent | 5ff4e530265fb4fabb58f3cb704c4257b70336e7 (diff) | |
download | perl-2981be43706eb15813f2810c4e0d84ca96f8427c.tar.gz |
Regen headers.
p4raw-id: //depot/perl@7123
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1205,7 +1205,7 @@ EXT OP * (CPERLscope(*PL_check)[]) (pTHX_ OP *op) = { MEMBER_TO_FPTR(Perl_ck_fun), /* oct */ MEMBER_TO_FPTR(Perl_ck_fun), /* abs */ MEMBER_TO_FPTR(Perl_ck_lengthconst), /* length */ - MEMBER_TO_FPTR(Perl_ck_fun), /* substr */ + MEMBER_TO_FPTR(Perl_ck_substr), /* substr */ MEMBER_TO_FPTR(Perl_ck_fun), /* vec */ MEMBER_TO_FPTR(Perl_ck_index), /* index */ MEMBER_TO_FPTR(Perl_ck_index), /* rindex */ |