This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't include interpreter variable unless used
authorKarl Williamson <khw@cpan.org>
Thu, 15 Mar 2018 03:08:54 +0000 (21:08 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 16 Mar 2018 20:09:42 +0000 (14:09 -0600)
commitbffa51e274b9427cea2942be2b0224defd7b2dac
treea5943ac0046005dff6fb942888bbb07bc7429f45
parent744ebf52f3e4ca5e41d9ce8bc68e10cae14592a0
Don't include interpreter variable unless used

This adds an #ifdef around this variable, so that it isn't defined
unless used.

Spotted by Daniel Dragan.
intrpvar.h
makedef.pl
sv.c