From: Ilya Zakharevich Date: Sat, 13 Dec 1997 18:05:55 +0000 (-0500) Subject: Add OS2 to list for DONT_DECLARE_STD in perl.h: X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=414017bba678bf057e68f59bd92234bf578ec54e;p=p5sagit%2Fp5-mst-13.2.git Add OS2 to list for DONT_DECLARE_STD in perl.h: Subject: Re: 5.004_55: OS/2 patches again p4raw-id: //depot/perl@370 --- diff --git a/perl.h b/perl.h index a2aefa3..63367e0 100644 --- a/perl.h +++ b/perl.h @@ -113,7 +113,7 @@ register struct op *op asm(stringify(OP_IN_REGISTER)); # define STANDARD_C 1 #endif -#if defined(__cplusplus) || defined(WIN32) || defined(__sgi) +#if defined(__cplusplus) || defined(WIN32) || defined(__sgi) || defined(OS2) # define DONT_DECLARE_STD 1 #endif