Add OS2 to list for DONT_DECLARE_STD in perl.h:
Ilya Zakharevich [Sat, 13 Dec 1997 18:05:55 +0000 (13:05 -0500)]
Subject: Re: 5.004_55: OS/2 patches again

p4raw-id: //depot/perl@370

perl.h

diff --git a/perl.h b/perl.h
index a2aefa3..63367e0 100644 (file)
--- 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