Need to add QNX to the list for DONT_DECLARE_STD.
Norton T. Allen [Wed, 28 Jul 1999 13:06:23 +0000 (09:06 -0400)]
(The elimination of use of the _() macro apparently triggered
an incompatability with a #define of atof)
To: perl5-porters@perl.org
Subject: [ID 19990728.008] Patch:perl.h _58 QNX
Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>

p4raw-id: //depot/cfgperl@3818

perl.h

diff --git a/perl.h b/perl.h
index 38ae6a7..8446d09 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -330,7 +330,7 @@ register struct op *Perl_op asm(stringify(OP_IN_REGISTER));
 # define STANDARD_C 1
 #endif
 
-#if defined(__cplusplus) || defined(WIN32) || defined(__sgi) || defined(OS2) || defined(__DGUX) || defined( EPOC)
+#if defined(__cplusplus) || defined(WIN32) || defined(__sgi) || defined(OS2) || defined(__DGUX) || defined( EPOC) || defined(__QNX__)
 # define DONT_DECLARE_STD 1
 #endif