From 1307044d1712ffdf799e228d9d670bbf155291ad Mon Sep 17 00:00:00 2001 From: Vadim Konovalov Date: Thu, 31 Aug 2000 17:09:37 +0400 Subject: Reveal Borland's isnan. Subject: build with BC++ tweak From: "Konovalov, Vadim" Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com> p4raw-id: //depot/perl@6939 --- win32/win32.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win32') 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++ */ -- cgit v1.2.1