diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-01-30 08:54:19 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-01-30 08:54:19 +0000 |
commit | 6ad3d225cec2692b410002582f5558652eea32c8 (patch) | |
tree | a75531c0d01d25dcc35d8b3eca5857b3fc4e34fd /regcomp.c | |
parent | e7152ba2733b9227708ca768b222144415c13c66 (diff) | |
download | perl-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.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 = getenv("TERMCAP_COLORS"); + char *s = PerlENV_getenv("TERMCAP_COLORS"); colorset = 1; if (s) { |