This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Assignments to function pointers can't be NULL, as that's a pointer to
authorNicholas Clark <nick@ccl4.org>
Sun, 21 Jan 2007 23:18:20 +0000 (23:18 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 21 Jan 2007 23:18:20 +0000 (23:18 +0000)
commitabdc98d4d1d4977a2f117cdf04cc23b0bad1e031
treee508872a154ef3363025e7aa42be599b071f50ba
parent2b1b43eab3a253674c13d1ea253f3b0a85b45a0d
Assignments to function pointers can't be NULL, as that's a pointer to
data, and assigning pointers to data to pointers to functions is not
ANSI-conformant.

p4raw-id: //depot/perl@29911
perl.h