summaryrefslogtreecommitdiffstats
path: root/generic/tclEnv.c
diff options
context:
space:
mode:
authorstanton <stanton>1999-02-02 23:01:41 (GMT)
committerstanton <stanton>1999-02-02 23:01:41 (GMT)
commitbfede94fa75c69f6d063f4eca7c4b2fe9d74bb64 (patch)
tree72ba9aed5684e848e1f3f3edea37abebc85d0c8a /generic/tclEnv.c
parent9708a6b49c268ebfe21935663a6b22f0ffa08d1d (diff)
downloadtcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.zip
tcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.tar.gz
tcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.tar.bz2
lint
Diffstat (limited to 'generic/tclEnv.c')
-rw-r--r--generic/tclEnv.c3
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);
}
-
}
/*