This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Handle PL_sh_path better in globvar.sym and makedef.pl
authorNicholas Clark <nick@ccl4.org>
Fri, 19 Aug 2011 10:12:16 +0000 (12:12 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 23 Aug 2011 09:28:55 +0000 (11:28 +0200)
commit8dd15074b0ebb0005614fdc3e7a8255729b7207b
treee89167bf1a3b11ab5183351113ed9df78804486f
parent9387abf86b0530ac747550bd0db51dfe0c72f1a1
Handle PL_sh_path better in globvar.sym and makedef.pl

PL_sh_path needs some form of special case because it is conditionally
defined either in perlvar.h or perl.h, but globvar.sym mentions all symbols
unconditionally, and undef -DPERL_GLOBAL_STRUCT perlvar.h is parsed as an
unconditional skip list.
globvar.sym
makedef.pl