summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-26 13:39:12 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-26 13:39:12 +0000
commitca6c63e1e9622808fb1119b6b9d65061b2f2fbf3 (patch)
treed4e38d1834cd487fd509c1d19ca9966e6b0db673 /perl.h
parent6f942b98720ba1a1943b0ad83963ea2d8c233143 (diff)
downloadperl-ca6c63e1e9622808fb1119b6b9d65061b2f2fbf3.tar.gz
WinCE update from Rainer Keuchel.
p4raw-id: //depot/perl@12685
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 052ae8d88a..0d5f1cef20 100644
--- a/perl.h
+++ b/perl.h
@@ -1360,6 +1360,10 @@ typedef NVTYPE NV;
# endif
#endif
+#ifdef UNDER_CE
+int isnan(double d);
+#endif
+
#ifndef Perl_isinf
# ifdef HAS_ISINF
# define Perl_isinf(x) isinf((NV)x)