diff options
author | rjohnson <rjohnson> | 1998-10-06 19:12:06 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1998-10-06 19:12:06 (GMT) |
commit | c86d4bddaa7d89a33b993f176c96da01d32de990 (patch) | |
tree | 1447f866c358a2a31e357b8de396fb8028f2cd4c /generic/tclResolve.c | |
parent | 7a0266fc2a385695a20d43579b3c6951495a3b21 (diff) | |
download | tcl-c86d4bddaa7d89a33b993f176c96da01d32de990.zip tcl-c86d4bddaa7d89a33b993f176c96da01d32de990.tar.gz tcl-c86d4bddaa7d89a33b993f176c96da01d32de990.tar.bz2 |
Minor changes in test file & C style.
Diffstat (limited to 'generic/tclResolve.c')
-rw-r--r-- | generic/tclResolve.c | 7 |
1 files changed, 1 insertions, 6 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" |