summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-12 21:45:33 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-12 21:45:33 -0700
commit0ddd4a5b1910c8bfa9b7e55eb0db60a115fe368c (patch)
treef47f39d44fdaef9446be4fb3366d661f96c740e8 /mathoms.c
parente32ff4e1e2b9fb64a8d68add6913fc04e4b3152e (diff)
downloadperl-0ddd4a5b1910c8bfa9b7e55eb0db60a115fe368c.tar.gz
Mathomise save_re_context
at Jarkko’s suggestion.
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index f9b9462abd..fa60621b96 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -1767,6 +1767,13 @@ Perl_utf8_to_uvuni(pTHX_ const U8 *s, STRLEN *retlen)
return NATIVE_TO_UNI(valid_utf8_to_uvchr(s, retlen));
}
+void
+Perl_save_re_context(pTHX)
+{
+ PERL_UNUSED_CONTEXT;
+}
+
+
END_EXTERN_C
#endif /* NO_MATHOMS */