diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-12 21:45:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-12 21:45:33 -0700 |
commit | 0ddd4a5b1910c8bfa9b7e55eb0db60a115fe368c (patch) | |
tree | f47f39d44fdaef9446be4fb3366d661f96c740e8 /mathoms.c | |
parent | e32ff4e1e2b9fb64a8d68add6913fc04e4b3152e (diff) | |
download | perl-0ddd4a5b1910c8bfa9b7e55eb0db60a115fe368c.tar.gz |
Mathomise save_re_context
at Jarkko’s suggestion.
Diffstat (limited to 'mathoms.c')
-rw-r--r-- | mathoms.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 */ |