summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdejong <mdejong>2003-01-24 08:05:23 (GMT)
committermdejong <mdejong>2003-01-24 08:05:23 (GMT)
commitc17811ad85f1e8bacc89e6ae99ef8a719de46a66 (patch)
treeab22cbcf0aefa03e48a53674d2751dcade1aa111
parent709661acd4c4100385dc6779b3c10442599ae342 (diff)
downloadtcl-c17811ad85f1e8bacc89e6ae99ef8a719de46a66.zip
tcl-c17811ad85f1e8bacc89e6ae99ef8a719de46a66.tar.gz
tcl-c17811ad85f1e8bacc89e6ae99ef8a719de46a66.tar.bz2
woops, missed in last commit
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e45a864..b23817a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
2003-01-24 Mo DeJong <mdejong@users.sourceforge.net>
* win/configure: Regen.
- * win/configure.in:
+ * win/configure.in: Add test to see if alloca
+ is undefined in malloc.h.
* win/tclWin32Dll.c (TclpCheckStackSpace): Rework
the SEH exception handler logic to avoid using
the stack since alloca will modify the stack.