summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorVadim Konovalov <vkonovalov@lucent.com>2000-08-31 17:09:37 +0400
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-31 13:34:33 +0000
commit1307044d1712ffdf799e228d9d670bbf155291ad (patch)
treeaefeb675454f6d9a001bac042f5c2907376bc4f5 /win32/win32.h
parenta0bff7c3e143d0297510e1836fa73be69737deba (diff)
downloadperl-1307044d1712ffdf799e228d9d670bbf155291ad.tar.gz
Reveal Borland's isnan.
Subject: build with BC++ tweak From: "Konovalov, Vadim" <vkonovalov@lucent.com> Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com> p4raw-id: //depot/perl@6939
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h
index e2a083434e..61884ab7a7 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -199,6 +199,8 @@ struct utsname {
/* Borland C thinks that a pointer to a member variable is 12 bytes in size. */
#define PERL_MEMBER_PTR_SIZE 12
+#define isnan _isnan
+
#endif
#ifdef _MSC_VER /* Microsoft Visual C++ */