summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2011-07-21 16:27:02 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2011-07-21 16:27:02 (GMT)
commit9038874b87f1571c5eaa0695f0279e71d4ba3408 (patch)
tree7d5c74bfe05e650e5ad9a6fb59ce07e9b91daa30
parent5d7c7ca1685c81ead2302921bd820e5a0226f648 (diff)
downloadtcl-9038874b87f1571c5eaa0695f0279e71d4ba3408.zip
tcl-9038874b87f1571c5eaa0695f0279e71d4ba3408.tar.gz
tcl-9038874b87f1571c5eaa0695f0279e71d4ba3408.tar.bz2
oops, leftover end comment
FossilOrigin-Name: f2bb3c845572cb2304c64cef31dfbf47291a6b37
-rw-r--r--win/tclWinPort.h2
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__)