diff options
author | Gisle Aas <gisle@aas.no> | 2001-12-11 12:52:57 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-12 15:04:03 +0000 |
commit | 619685113277299f7d5ceee4658212496ca713ad (patch) | |
tree | 6928c2c491acd53268c3916548fae48968758d6d /perl.h | |
parent | fe5a182ca3b72c3fb16ad25f60746996b5ed4338 (diff) | |
download | perl-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.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 */ |