From ded0ebcd4576288ef13365598a179dfee8fce1ca Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 1 May 2003 19:57:47 +0000 Subject: corrected comment about the default matching mode for [switch]. --- generic/tclCompCmds.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c index ce8c76d..709359d 100644 --- a/generic/tclCompCmds.c +++ b/generic/tclCompCmds.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclCompCmds.c,v 1.47 2003/04/28 10:05:27 dkf Exp $ + * RCS: @(#) $Id: tclCompCmds.c,v 1.48 2003/05/01 19:57:47 dgp Exp $ */ #include "tclInt.h" @@ -2899,8 +2899,9 @@ TclCompileSwitchCmd(interp, parsePtr, envPtr) } else if ((size == 2) && (parsePtr->numWords == 4) && !strncmp(chrs, "--", 2)) { /* - * If no control flag present, use glob matching. We end up - * re-checking this word, but that's the way things are... + * If no control flag present, use exact matching (the default). + * + * We end up re-checking this word, but that's the way things are... */ mode = Switch_Exact; } else { -- cgit v0.12