This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
intrpvar.h,sv.c,perl.c: Remove unnecessary cpp condition
authorKarl Williamson <khw@cpan.org>
Fri, 2 Sep 2022 13:10:33 +0000 (07:10 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 9 Sep 2022 18:26:40 +0000 (12:26 -0600)
commitd94aa97e72e6998a85674583fa0859e2a3a7fa42
tree80d732d8d20e4cdc59fb4d3868df3260bb827b41
parent30345f169d457b10340374bc54e6122b6e41d7f9
intrpvar.h,sv.c,perl.c: Remove unnecessary cpp condition

This conditional dates from when the rest of the conditions used
'HAS_foo' (from config.h) instead of USE_foo, which takes more things
into account.
intrpvar.h
perl.c
sv.c