From c86d4bddaa7d89a33b993f176c96da01d32de990 Mon Sep 17 00:00:00 2001 From: rjohnson Date: Tue, 6 Oct 1998 19:12:06 +0000 Subject: Minor changes in test file & C style. --- generic/tclResolve.c | 7 +------ tests/autoMkindex.test | 8 +++++++- 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} -- cgit v0.12