summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1997-12-13 13:05:55 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-12-17 11:01:34 +0000
commit414017bba678bf057e68f59bd92234bf578ec54e (patch)
treee8624e098e5d8c26539c402c305aface474c76c5 /perl.h
parentcce34969d5db0324ad932993341d3b01490c4690 (diff)
downloadperl-414017bba678bf057e68f59bd92234bf578ec54e.tar.gz
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
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index a2aefa349e..63367e0cc1 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