summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2009-04-17 09:37:47 +0100
committerSteve Hay <SteveHay@planit.com>2009-04-17 09:37:47 +0100
commitd0fc6d8d2647c8903746df622ecf1140b22e36a4 (patch)
tree4ac55c7475cec0144ca15fc65b3cb8b33a78160d /win32/win32.c
parentf1aeb078644b7e7cb1fb4d9984b8bdf313d6a050 (diff)
downloadperl-d0fc6d8d2647c8903746df622ecf1140b22e36a4.tar.gz
Remove last vestiges of USE_WIN32_RTL_ENV
That was removed long ago by #8916, but some leftovers remained. See: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-04/msg00156.html
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 2e66fc0a57..91546135cc 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -1767,7 +1767,8 @@ win32_putenv(const char *name)
* environment (like in UNIX).
* * we don't have to deal with RTL globals, bugs and leaks.
* * Much faster.
- * Why you may want to enable USE_WIN32_RTL_ENV:
+ * Why you may want to use the RTL environment handling
+ * (previously enabled by USE_WIN32_RTL_ENV):
* * environ[] and RTL functions will not reflect changes,
* which might be an issue if extensions want to access
* the env. via RTL. This cuts both ways, since RTL will