Try to make including patchlevel.h a bit more
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 21 Jan 2003 22:08:51 +0000 (22:08 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 21 Jan 2003 22:08:51 +0000 (22:08 +0000)
commit069d7f7183fb67de35505013a65ce03b587225f0
tree50cffe0126d46398b8d8fec09d1d62687342323a
parent01d07975f7ef0e7dd339708172dbf5a4de2f8c8c
Try to make including patchlevel.h a bit more
robust (use <> instead of "") and in case of
failure (PERL_VERSION didn't get defined) try
to fail (by trying to #include an "obviously"
named file that should not exist) (didn't use
#error since IIRC older cpps do not have it)
(Tries to address [perl #20276].)

p4raw-id: //depot/perl@18541
ext/Data/Dumper/Dumper.xs
ext/Devel/PPPort/PPPort.pm
ext/Digest/MD5/MD5.xs
ext/List/Util/Util.xs
ext/Storable/Storable.xs