diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2000-08-31 17:09:37 +0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-31 13:34:33 +0000 |
commit | 1307044d1712ffdf799e228d9d670bbf155291ad (patch) | |
tree | aefeb675454f6d9a001bac042f5c2907376bc4f5 /win32/win32.h | |
parent | a0bff7c3e143d0297510e1836fa73be69737deba (diff) | |
download | perl-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.h | 2 |
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++ */ |