summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-09-23 20:29:45 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-09-23 20:29:45 (GMT)
commita97aca94f6465d9fee62886fe4daa44aac61d09e (patch)
tree9f5c4a2c6fc170a5dcaa651c2df465a8a18ec080 /win/tclWinFile.c
parentc291a0ef478322ff0c87643f6c3b8f161917ee40 (diff)
downloadtcl-a97aca94f6465d9fee62886fe4daa44aac61d09e.zip
tcl-a97aca94f6465d9fee62886fe4daa44aac61d09e.tar.gz
tcl-a97aca94f6465d9fee62886fe4daa44aac61d09e.tar.bz2
eliminate unnecessary TEXT() macros
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r--win/tclWinFile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c
index a44a257..a1189f5 100644
--- a/win/tclWinFile.c
+++ b/win/tclWinFile.c
@@ -1784,7 +1784,7 @@ NativeIsExec(
return 0;
}
- if (path[len-4] != TEXT('.')) {
+ if (path[len-4] != '.') {
return 0;
}