summaryrefslogtreecommitdiffstats
path: root/generic/tclAlloc.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-07 13:42:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-07 13:42:14 (GMT)
commit76fd53b302b65b7036811a4a56c844c39f3ea55c (patch)
tree99f6ab6266f42997cf8b03ed6819ce48366b9aff /generic/tclAlloc.c
parent4f237d732e8a197cc0f9a8f664c8541f8fbfff76 (diff)
parent7a36f112165d055e0093e8d87fd3637306b721e3 (diff)
downloadtcl-76fd53b302b65b7036811a4a56c844c39f3ea55c.zip
tcl-76fd53b302b65b7036811a4a56c844c39f3ea55c.tar.gz
tcl-76fd53b302b65b7036811a4a56c844c39f3ea55c.tar.bz2
Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they (probably) cannot handle Windows 7 API anyway.
Diffstat (limited to 'generic/tclAlloc.c')
-rw-r--r--generic/tclAlloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclAlloc.c b/generic/tclAlloc.c
index 81cd646..70cb1b6 100644
--- a/generic/tclAlloc.c
+++ b/generic/tclAlloc.c
@@ -31,7 +31,7 @@
* until Tcl uses config.h properly.
*/
-#if defined(_MSC_VER) || defined(__MSVCRT__) || defined(__BORLANDC__)
+#if defined(_MSC_VER) || defined(__MSVCRT__)
typedef size_t caddr_t;
#endif