diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-07-21 16:27:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-07-21 16:27:02 (GMT) |
commit | e5bb0d181bdfe2f80cfa4c4ca19f912966f28915 (patch) | |
tree | 7d5c74bfe05e650e5ad9a6fb59ce07e9b91daa30 /win | |
parent | 5547130863ef858a3177ed6bbf63fa80a587ec4b (diff) | |
download | tcl-e5bb0d181bdfe2f80cfa4c4ca19f912966f28915.zip tcl-e5bb0d181bdfe2f80cfa4c4ca19f912966f28915.tar.gz tcl-e5bb0d181bdfe2f80cfa4c4ca19f912966f28915.tar.bz2 |
oops, leftover end comment
Diffstat (limited to 'win')
-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 0073f15..8d1ce68 100644 --- a/win/tclWinPort.h +++ b/win/tclWinPort.h @@ -391,7 +391,7 @@ # define environ _environ # if defined(_MSC_VER) && (_MSC_VER < 1600) # define hypot _hypot -# endif*/ +# endif # define exception _exception # undef EDEADLOCK # if defined(__MINGW32__) && !defined(__MSVCRT__) |