From 3e67d6a08bfd1cd415fc10fcd3bcafac2bf66c74 Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Wed, 20 Apr 2005 15:13:34 +0000 Subject: silenced a compiler warning --- ChangeLog | 5 +++++ generic/tclFileName.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5abc902..388532d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-20 Kevin B. Kenny + + * generic/tclFileName.c: Silenced a compiler warning about + '/*' within a comment. + 2005-04-19 Don Porter * generic/tclBasic.c: Added unsupported command diff --git a/generic/tclFileName.c b/generic/tclFileName.c index 4ab7fa8..bde0071 100644 --- a/generic/tclFileName.c +++ b/generic/tclFileName.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclFileName.c,v 1.67 2005/03/15 22:10:29 vincentdarley Exp $ + * RCS: @(#) $Id: tclFileName.c,v 1.68 2005/04/20 15:13:39 kennykb Exp $ */ #include "tclInt.h" @@ -2302,7 +2302,7 @@ DoGlob(interp, matchesObj, separators, pathPtr, flags, pattern, types) * The current prefix must end in a separator, unless * this is a volume-relative path. In particular * globbing in Windows shares, when not using -dir - * or -path, e.g. 'glob //machine/share/subdir/*' + * or -path, e.g. 'glob [file join //machine/share/subdir *]' * requires adding a separator here. This behaviour * is not currently tested for in the test suite. */ -- cgit v0.12