diff options
author | Karl Williamson <khw@cpan.org> | 2020-07-22 05:29:01 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-12-20 09:28:07 -0700 |
commit | eb0353e2530a3b0f6e4e636509e31138727fdd52 (patch) | |
tree | 2d0a83a32a566775d938f7e21c388c9d77973872 /embed.fnc | |
parent | e39fb0f3e5add24b2f9b432f90e130e29d2b1c8f (diff) | |
download | perl-eb0353e2530a3b0f6e4e636509e31138727fdd52.tar.gz |
embed.fnc: Mark regnext as Core only
This is used internally by the regex engine; there is one use in cpan,
an internals module, Devel::RegExp by Ilya Zakharevich, with nothing
dependent on it, and last updated in 1995.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1961,7 +1961,7 @@ Cp |I32 |regexec_flags |NN REGEXP *const rx|NN char *stringarg \ |NN char *strend|NN char *strbeg \ |SSize_t minend|NN SV *sv \ |NULLOK void *data|U32 flags -ApR |regnode*|regnext |NULLOK regnode* p +CpR |regnode*|regnext |NULLOK regnode* p EXp |SV*|reg_named_buff |NN REGEXP * const rx|NULLOK SV * const key \ |NULLOK SV * const value|const U32 flags EXp |SV*|reg_named_buff_iter |NN REGEXP * const rx|NULLOK const SV * const lastkey \ |