This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
embed.fnc: Mark reginitcolors as Core only
authorKarl Williamson <khw@cpan.org>
Wed, 22 Jul 2020 22:16:41 +0000 (16:16 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 23 Nov 2020 01:48:57 +0000 (18:48 -0700)
This is used for internal initialization, and there are no uses on cpan

embed.fnc

index 6e703b5..eb14b68 100644 (file)
--- a/embed.fnc
+++ b/embed.fnc
@@ -2700,7 +2700,7 @@ Ap        |void   |do_pmop_dump   |I32 level|NN PerlIO *file|NULLOK const PMOP *pm
 Ap     |void   |do_sv_dump     |I32 level|NN PerlIO *file|NULLOK SV *sv|I32 nest \
                                |I32 maxnest|bool dumpops|STRLEN pvlim
 Ap     |void   |magic_dump     |NULLOK const MAGIC *mg
-Ap     |void   |reginitcolors
+Cp     |void   |reginitcolors
 CpdRMb |char*  |sv_2pv_nolen   |NN SV* sv
 CpdRMb |char*  |sv_2pvutf8_nolen|NN SV* sv
 CpdRMb |char*  |sv_2pvbyte_nolen|NN SV* sv