summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-12-21 09:26:05 -0700
committerKarl Williamson <khw@cpan.org>2021-02-10 07:49:20 -0700
commitd9edeb134fe2401a95ccd308c53dc214034e9c6b (patch)
tree412e9fac69868915155a67be35db5291105a0e98 /embed.fnc
parent7d997a145fef03ebd5e19b1e5116313520c23d6c (diff)
downloadperl-d9edeb134fe2401a95ccd308c53dc214034e9c6b.tar.gz
regexec.c: Make internal function static
This used to be called from utf8.c, but no longer; no need to make it other than static. This allows the compiler to better optimize.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index c496e415ce..5d71824fe0 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2439,8 +2439,8 @@ ES |void |debug_start_match|NN const REGEXP *prog|const bool do_utf8\
EFp |int |re_exec_indentf|NN const char *fmt|U32 depth|...
# endif
#endif
-#if defined(PERL_IN_REGEXEC_C) || defined(PERL_IN_UTF8_C)
-EXRp |bool |isFOO_lc |const U8 classnum|const U8 character
+#if defined(PERL_IN_REGEXEC_C)
+ESR |bool |isFOO_lc |const U8 classnum|const U8 character
#endif
Ap |void |taint_env