summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdejong <mdejong>2003-01-24 08:05:23 (GMT)
committermdejong <mdejong>2003-01-24 08:05:23 (GMT)
commit1d23bf81276f69e2e603d5038780d4b41a414a44 (patch)
treeab22cbcf0aefa03e48a53674d2751dcade1aa111
parent53d3c8ef1c34085b2bddc3773aa2fecae9da7833 (diff)
downloadtcl-1d23bf81276f69e2e603d5038780d4b41a414a44.zip
tcl-1d23bf81276f69e2e603d5038780d4b41a414a44.tar.gz
tcl-1d23bf81276f69e2e603d5038780d4b41a414a44.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.