summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-02-07 13:13:44 +0000
committerNicholas Clark <nick@ccl4.org>2006-02-07 13:13:44 +0000
commit2723d2164bbb7a5d9949447f06dde05bf516db63 (patch)
tree5697a4c98c753cd16eb8e2dec82bcec5a26aab41 /mathoms.c
parentad66a58c52846ddfb0eb58eb24790639c62240a0 (diff)
downloadperl-2723d2164bbb7a5d9949447f06dde05bf516db63.tar.gz
Merge pp_index and pp_rindex - we have another mathom.
p4raw-id: //depot/perl@27118
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index 61c2dc9ba0..261abe3774 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -1039,6 +1039,11 @@ PP(pp_sge)
return pp_sle();
}
+PP(pp_rindex)
+{
+ return pp_index();
+}
+
U8 *
Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv)
{