diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2001-06-16 13:11:19 +0530 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-16 23:18:37 +0000 |
commit | a3f1c6fb5f9cb8f8a03d70550bf7f1ebfba11774 (patch) | |
tree | 67599a33c08fe479c790f00c22630f89ecee952a /win32/win32.h | |
parent | 4521542890c02b2ddcb4a39429066bc380e4e5e7 (diff) | |
download | perl-a3f1c6fb5f9cb8f8a03d70550bf7f1ebfba11774.tar.gz |
Re: DYNAMIC_ENV_FETCH HvNAME abuse.
Message-ID: <20010616074119.A24720@lustre.linux.in>
p4raw-id: //depot/perl@10654
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h index dea3f9f5f7..58c19c36ff 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -15,7 +15,6 @@ #if defined(PERL_OBJECT) || defined(PERL_IMPLICIT_SYS) || defined(PERL_CAPI) # define DYNAMIC_ENV_FETCH -# define ENV_HV_NAME "___ENV_HV_NAME___" # define HAS_GETENV_LEN # define prime_env_iter() # define WIN32IO_IS_STDIO /* don't pull in custom stdio layer */ |