summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2003-07-16 15:28:28 (GMT)
committerdgp <dgp@noemail.net>2003-07-16 15:28:28 (GMT)
commit609f2f30a51cf0c077375c805b395319e5c47862 (patch)
treeaa0e95baba6c5fd8ecb8ae6ff1c49839a8dbd332 /generic/tclFileName.c
parentbfef7b9c611aa765fc0efbc8573f130d3420ba63 (diff)
downloadtcl-609f2f30a51cf0c077375c805b395319e5c47862.zip
tcl-609f2f30a51cf0c077375c805b395319e5c47862.tar.gz
tcl-609f2f30a51cf0c077375c805b395319e5c47862.tar.bz2
* generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]
* generic/tclIOUtil.c (Tcl_FSConvertToPathType):[Bug 771947] * unix/tclUnixFCmd.c (GetModeFromPermString): [Bug 771949] Silence compiler warnings about unreached lines. FossilOrigin-Name: 8466408ea4e9255f7551a8026f35602f33a8f3d3
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r--generic/tclFileName.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c
index 4a9a0b6..79acfd2 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.40.2.1 2003/04/29 11:45:24 vincentdarley Exp $
+ * RCS: @(#) $Id: tclFileName.c,v 1.40.2.2 2003/07/16 15:28:29 dgp Exp $
*/
#include "tclInt.h"
@@ -1680,7 +1680,6 @@ Tcl_GlobObjCmd(dummy, interp, objc, objv)
case GLOB_LAST: /* -- */
i++;
goto endOfForLoop;
- break;
}
}
endOfForLoop: