summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclResolve.c7
-rw-r--r--tests/autoMkindex.test8
2 files changed, 8 insertions, 7 deletions
diff --git a/generic/tclResolve.c b/generic/tclResolve.c
index f54f64e..0a5b7c1 100644
--- a/generic/tclResolve.c
+++ b/generic/tclResolve.c
@@ -9,15 +9,10 @@
*
* Copyright (c) 1998 Lucent Technologies, Inc.
*
- * Originally implemented by
- * Michael J. McLennan
- * Bell Labs Innovations for Lucent Technologies
- * mmclennan@lucent.com
- *
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclResolve.c,v 1.2 1998/09/14 18:40:02 stanton Exp $
+ * RCS: @(#) $Id: tclResolve.c,v 1.3 1998/10/06 19:12:06 rjohnson Exp $
*/
#include "tclInt.h"
diff --git a/tests/autoMkindex.test b/tests/autoMkindex.test
index 6445614..c03fdae 100644
--- a/tests/autoMkindex.test
+++ b/tests/autoMkindex.test
@@ -8,7 +8,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: autoMkindex.test,v 1.2 1998/09/14 18:40:07 stanton Exp $
+# RCS: @(#) $Id: autoMkindex.test,v 1.3 1998/10/06 19:12:06 rjohnson Exp $
if {[string compare test [info procs test]] == 1} then {source defs}
@@ -53,3 +53,9 @@ test autoMkindex-2.1 {commands on the autoload path can be imported} {
interp delete $interp
set final
} "0 {} pub_one ::buried::pub_one pub_two ::buried::pub_two"
+
+#
+# Clean up.
+#
+
+catch {file delete tclIndex}