diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-01-19 05:01:47 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-01-19 05:01:47 +0000 |
commit | 5fd9e9a4300f95315d24c4b2a79cc95e32b1bdb7 (patch) | |
tree | d9383916b967c2f2656ff521229a6383dc6d00ae /regcomp.c | |
parent | 3028581bb6e49415e90ca9e7935ef77e075f56d6 (diff) | |
download | perl-5fd9e9a4300f95315d24c4b2a79cc95e32b1bdb7.tar.gz |
[win32] s/PerlENV/PerlEnv/ just to be consistent
p4raw-id: //depot/win32/perl@434
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -750,7 +750,7 @@ pregcomp(char *exp, char *xend, PMOP *pm) DEBUG_r( if (!colorset) { int i = 0; - char *s = PerlENV_getenv("TERMCAP_COLORS"); + char *s = PerlEnv_getenv("TERMCAP_COLORS"); colorset = 1; if (s) { |