summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2001-12-11 12:52:57 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-12 15:04:03 +0000
commit619685113277299f7d5ceee4658212496ca713ad (patch)
tree6928c2c491acd53268c3916548fae48968758d6d /perl.h
parentfe5a182ca3b72c3fb16ad25f60746996b5ed4338 (diff)
downloadperl-619685113277299f7d5ceee4658212496ca713ad.tar.gz
Passing in env to perl_parse did not work
Message-ID: <lrheqxniom.fsf@caliper.activestate.com> p4raw-id: //depot/perl@13660
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/perl.h b/perl.h
index 5782b71b6b..d25ffd7f22 100644
--- a/perl.h
+++ b/perl.h
@@ -1814,13 +1814,6 @@ typedef struct clone_params CLONE_PARAMS;
# define USE_ENVIRON_ARRAY
#endif
-#ifdef JPL
- /* E.g. JPL needs to operate on a copy of the real environment.
- * JDK 1.2 and 1.3 seem to get upset if the original environment
- * is diddled with. */
-# define NEED_ENVIRON_DUP_FOR_MODIFY
-#endif
-
/*
* initialise to avoid floating-point exceptions from overflow, etc
*/