summaryrefslogtreecommitdiffstats
path: root/win/tclWinInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-18 07:00:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-18 07:00:04 (GMT)
commitc694b80895cefb1f73e090593b507dfa7f6a213e (patch)
tree6fc5ca2c9dcce11b495bfe1f4f3d7fcb59da6b50 /win/tclWinInt.h
parentff8fb44d1b74a43cc1e608f3ffdaa3b1c5845fa1 (diff)
downloadtcl-c694b80895cefb1f73e090593b507dfa7f6a213e.zip
tcl-c694b80895cefb1f73e090593b507dfa7f6a213e.tar.gz
tcl-c694b80895cefb1f73e090593b507dfa7f6a213e.tar.bz2
Better place to put vsnprintf switch, so it is usable by all *.c files.
Fix comment on _ANSI_ARGS_ which is no longer true since 8.6.
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r--win/tclWinInt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/win/tclWinInt.h b/win/tclWinInt.h
index 22ad8e9..882b811 100644
--- a/win/tclWinInt.h
+++ b/win/tclWinInt.h
@@ -33,12 +33,6 @@
# define TCL_I_MODIFIER ""
#endif
-#ifdef _WIN64
-# define TCL_I_MODIFIER "I"
-#else
-# define TCL_I_MODIFIER ""
-#endif
-
/*
* Declarations of functions that are not accessible by way of the
* stubs table.