summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-01-30 08:54:19 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-01-30 08:54:19 +0000
commit6ad3d225cec2692b410002582f5558652eea32c8 (patch)
treea75531c0d01d25dcc35d8b3eca5857b3fc4e34fd /regcomp.c
parente7152ba2733b9227708ca768b222144415c13c66 (diff)
downloadperl-6ad3d225cec2692b410002582f5558652eea32c8.tar.gz
[asperl] Created new branch from win32@396, added AS patch#1
p4raw-link: @396 on //depot/win32/perl: e7152ba2733b9227708ca768b222144415c13c66 p4raw-id: //depot/asperl@441
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 9039797ad4..d2d88de321 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -750,7 +750,7 @@ pregcomp(char *exp, char *xend, PMOP *pm)
DEBUG_r(
if (!colorset) {
int i = 0;
- char *s = getenv("TERMCAP_COLORS");
+ char *s = PerlENV_getenv("TERMCAP_COLORS");
colorset = 1;
if (s) {