diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-09-05 13:55:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-09-05 13:55:00 (GMT) |
commit | cf8c1e7bdc508039a61423810bd40fd90482b885 (patch) | |
tree | a036d4acb69bc769ac6538fc9b57f9f09cd8e3a6 /win/tclWinPort.h | |
parent | 3b2cb79ab18e9506dfb66e2786a7ee04dd30a780 (diff) | |
download | tcl-cf8c1e7bdc508039a61423810bd40fd90482b885.zip tcl-cf8c1e7bdc508039a61423810bd40fd90482b885.tar.gz tcl-cf8c1e7bdc508039a61423810bd40fd90482b885.tar.bz2 |
Allow additional optional "interp" argument for testinterpresolver command. Not used yet in any test-case.
Protect panic in tclLiteral.c for possible null-pointer access. (cherry-picked from Gustaf Neuman's interpresolver patch).
Eliminate some unecessary spacing.
Diffstat (limited to 'win/tclWinPort.h')
-rw-r--r-- | win/tclWinPort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h index b486466..159a708 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 |