This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_na
authorNicholas Clark <nick@ccl4.org>
Sat, 22 Dec 2007 18:26:21 +0000 (18:26 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 22 Dec 2007 18:26:21 +0000 (18:26 +0000)
commit24792b8dabd61fb81a064d275b67bc65123a8d4c
treed586244a6482f635ca0ebf02092f2c76ff71c8d9
parentd0cc0e64ef59c3e62362fbf0dc35c7753c137553
Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_na
when PERL_CORE is defined. (Which, "obviously", is only in code
within the perl source tree, which we control). Nullop remains, and
would be moderately invasive to remove.

p4raw-id: //depot/perl@32707
handy.h
op.h
perl.h
pod/perlapi.pod
sv.c