diff options
author | Karl Williamson <khw@cpan.org> | 2020-12-21 09:26:05 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2021-02-10 07:49:20 -0700 |
commit | d9edeb134fe2401a95ccd308c53dc214034e9c6b (patch) | |
tree | 412e9fac69868915155a67be35db5291105a0e98 /embed.fnc | |
parent | 7d997a145fef03ebd5e19b1e5116313520c23d6c (diff) | |
download | perl-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.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |