summaryrefslogtreecommitdiffstats
path: root/win/tclWinPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-08-30 13:12:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-08-30 13:12:09 (GMT)
commitc69560787b8c49c748c57de234548e3ba29635d5 (patch)
tree9c4b6828c0fc0b013a664bb667e1c26ff7304e78 /win/tclWinPort.h
parentd6656fada69d23ea8e500e34266503427082505c (diff)
parent5b7e79f851f3ec2a106bc7520161e934b75ea3b7 (diff)
downloadtcl-c69560787b8c49c748c57de234548e3ba29635d5.zip
tcl-c69560787b8c49c748c57de234548e3ba29635d5.tar.gz
tcl-c69560787b8c49c748c57de234548e3ba29635d5.tar.bz2
merge trunk
Diffstat (limited to 'win/tclWinPort.h')
-rw-r--r--win/tclWinPort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h
index 4ccf365..225fcb7 100644
--- a/win/tclWinPort.h
+++ b/win/tclWinPort.h
@@ -360,7 +360,7 @@ typedef DWORD_PTR * PDWORD_PTR;
# define S_IFLNK 0120000 /* Symbolic Link */
#endif
-/*
+/*
* Windows compilers do not define S_IFBLK. However, Tcl uses it in
* GetTypeFromMode to identify blockSpecial devices based on the
* value in the statsbuf st_mode field. We have no other way to pass this