From: Norton T. Allen Date: Wed, 28 Jul 1999 13:06:23 +0000 (-0400) Subject: Need to add QNX to the list for DONT_DECLARE_STD. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b0db79d1be7acb4277f629a0a1e576181b0ec8f;p=p5sagit%2Fp5-mst-13.2.git Need to add QNX to the list for DONT_DECLARE_STD. (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 --- diff --git a/perl.h b/perl.h index 38ae6a7..8446d09 100644 --- 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