summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-20 02:05:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-20 02:05:22 +0000
commit2b3f4ecd4597e6a2094b9dab9e0f5a8234dd5ac9 (patch)
treecf229d103c899ce79001519e578443f8ba174a3f /perl.h
parentfa6a1c441b7e2c8c5e7ee1e3836a41fc8a364e89 (diff)
downloadperl-2b3f4ecd4597e6a2094b9dab9e0f5a8234dd5ac9.tar.gz
Make certain MacOS Classic has NO_ENVIRON_ARRAY.
p4raw-id: //depot/perl@7759
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 08115d4747..5724c3beb0 100644
--- a/perl.h
+++ b/perl.h
@@ -1663,6 +1663,9 @@ typedef struct ptr_tbl PTR_TBL_t;
# else
# if defined(MACOS_TRADITIONAL)
# include "macos/macish.h"
+# ifndef NO_ENVIRON_ARRAY
+# define NO_ENVIRON_ARRAY
+# endif
# else
# include "unixish.h"
# endif