X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/4dc941f7cb795735b9458431b362c0fed23ae92b..eb91e30040d44cf387bdcd0ad4dd10fec2d95799:/perlvars.h diff --git a/perlvars.h b/perlvars.h index 8fb8484..e424913 100644 --- a/perlvars.h +++ b/perlvars.h @@ -12,7 +12,7 @@ =head1 Global Variables */ -/* Don't forget to re-run embed.pl to propagate changes! */ +/* Don't forget to re-run regen/embed.pl to propagate changes! */ /* This file describes the "global" variables used by perl * This used to be in perl.h directly but we want to abstract out into @@ -158,8 +158,8 @@ PERLVARI(Gveto_cleanup, int, FALSE) /* exit without cleanup */ /* dummy variables that hold pointers to both runops functions, thus forcing * them *both* to get linked in (useful for Peek.xs, debugging etc) */ -PERLVARI(Grunops_std, runops_proc_t, MEMBER_TO_FPTR(Perl_runops_standard)) -PERLVARI(Grunops_dbg, runops_proc_t, MEMBER_TO_FPTR(Perl_runops_debug)) +PERLVARI(Grunops_std, runops_proc_t, Perl_runops_standard) +PERLVARI(Grunops_dbg, runops_proc_t, Perl_runops_debug) /* These are baked at compile time into any shared perl library. @@ -241,4 +241,4 @@ the Perl core) will normally return C. =cut */ -PERLVARI(Gkeyword_plugin, Perl_keyword_plugin_t, MEMBER_TO_FPTR(Perl_keyword_plugin_standard)) +PERLVARI(Gkeyword_plugin, Perl_keyword_plugin_t, Perl_keyword_plugin_standard)