summaryrefslogtreecommitdiffstats
path: root/generic/tclEnv.c
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-02-02 23:01:40 (GMT)
committerstanton <stanton@noemail.net>1999-02-02 23:01:40 (GMT)
commit31b414eb0c3f2c33e40d1bc512f5f66184f17654 (patch)
tree72ba9aed5684e848e1f3f3edea37abebc85d0c8a /generic/tclEnv.c
parentd78fc4285188cd5ab588c193799a9a7d473d1d53 (diff)
downloadtcl-31b414eb0c3f2c33e40d1bc512f5f66184f17654.zip
tcl-31b414eb0c3f2c33e40d1bc512f5f66184f17654.tar.gz
tcl-31b414eb0c3f2c33e40d1bc512f5f66184f17654.tar.bz2
lint
FossilOrigin-Name: 6cdab4a54a2e3bb37823160adabdddf3d590b333
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);
}
-
}
/*