We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7aed9f commit 39d047fCopy full SHA for 39d047f
regen/embed.pl
@@ -846,9 +846,9 @@ sub embed_h {
846
$ret .= ")\n";
847
if($has_compat_macro{$func}) {
848
# Make older ones available only when !MULTIPLICITY or
849
- # PERL_CORE or PERL_WANT_VARARGS These should not be done
850
- # uncondtionally because existing code might call e.g.
851
- # warn() without aTHX in scope.
+ # PERL_CORE or PERL_WANT_VARARGS. These should not be
+ # done unconditionally because existing code might call
+ # e.g. warn() without aTHX in scope.
852
$ret = "#${ind}if !defined(MULTIPLICITY)"
853
. " || defined(PERL_CORE)"
854
. " || defined(PERL_WANT_VARARGS)\n"
0 commit comments