diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2009-01-04 22:55:12 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2009-01-04 22:55:12 (GMT) |
commit | 348fd355a5cdcf0f869a0b530608a4f1be1aaa26 (patch) | |
tree | d08fba690fc13a75317fed1de306c2e0e1ba04c9 /generic/tclEnv.c | |
parent | d4de25b3a8c31f09130f9fc79ed56175d82b3a45 (diff) | |
download | tcl-348fd355a5cdcf0f869a0b530608a4f1be1aaa26.zip tcl-348fd355a5cdcf0f869a0b530608a4f1be1aaa26.tar.gz tcl-348fd355a5cdcf0f869a0b530608a4f1be1aaa26.tar.bz2 |
Generalize mysterious comment about causes for ::env misses
Diffstat (limited to 'generic/tclEnv.c')
-rw-r--r-- | generic/tclEnv.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclEnv.c b/generic/tclEnv.c index 3a7a3c8..ac47ee9 100644 --- a/generic/tclEnv.c +++ b/generic/tclEnv.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclEnv.c,v 1.38 2008/10/28 23:29:54 nijtmans Exp $ + * RCS: @(#) $Id: tclEnv.c,v 1.39 2009/01/04 22:55:12 ferrieux Exp $ */ #include "tclInt.h" @@ -111,7 +111,8 @@ TclSetupEnv( if (p2 == NULL) { /* * This condition seem to happen occasionally under some - * versions of Solaris; ignore the entry. + * versions of Solaris, or when encoding accidents swallow the + * '='; ignore the entry. */ continue; |