diff options
author | stanton <stanton> | 1999-02-02 23:01:41 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-02-02 23:01:41 (GMT) |
commit | bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64 (patch) | |
tree | 72ba9aed5684e848e1f3f3edea37abebc85d0c8a /generic/tclEnv.c | |
parent | 9708a6b49c268ebfe21935663a6b22f0ffa08d1d (diff) | |
download | tcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.zip tcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.tar.gz tcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.tar.bz2 |
lint
Diffstat (limited to 'generic/tclEnv.c')
-rw-r--r-- | generic/tclEnv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclEnv.c b/generic/tclEnv.c index 07a5c15..52d68ae 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.2 1998/09/14 18:39:58 stanton Exp $ + * RCS: @(#) $Id: tclEnv.c,v 1.3 1999/02/02 23:01:59 stanton Exp $ */ #include "tclInt.h" @@ -276,7 +276,6 @@ TclSetEnv(name, value) (void) Tcl_SetVar2(eiPtr->interp, "env", (char *) name, (char *) value, TCL_GLOBAL_ONLY); } - } /* |