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 /vms | |
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 'vms')
-rw-r--r-- | vms/vmsish.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h index a1f76301a4..7f4a3b3980 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -502,7 +502,6 @@ struct utimbuf { /* Look up new %ENV values on the fly */ #define DYNAMIC_ENV_FETCH 1 -#define ENV_HV_NAME "%EnV%VmS%" /* Special getenv function for retrieving %ENV elements. */ #define ENVgetenv(v) my_getenv(v,FALSE) #define ENVgetenv_len(v,l) my_getenv_len(v,l,FALSE) |