diff options
Diffstat (limited to 'generic/tclResolve.c')
-rw-r--r-- | generic/tclResolve.c | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/generic/tclResolve.c b/generic/tclResolve.c index e61e49d..e9c7cc5 100644 --- a/generic/tclResolve.c +++ b/generic/tclResolve.c @@ -8,10 +8,10 @@ * * Copyright (c) 1998 Lucent Technologies, Inc. * - * See the file "license.terms" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. + * 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.6 2005/07/15 15:09:31 dkf Exp $ + * RCS: @(#) $Id: tclResolve.c,v 1.7 2005/07/23 00:04:31 dkf Exp $ */ #include "tclInt.h" @@ -403,3 +403,11 @@ Tcl_GetNamespaceResolvers(namespacePtr, resInfoPtr) } return 0; } + +/* + * Local Variables: + * mode: c + * c-basic-offset: 4 + * fill-column: 78 + * End: + */ |