diff options
author | mdejong <mdejong> | 2003-01-24 08:05:23 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-01-24 08:05:23 (GMT) |
commit | c17811ad85f1e8bacc89e6ae99ef8a719de46a66 (patch) | |
tree | ab22cbcf0aefa03e48a53674d2751dcade1aa111 /ChangeLog | |
parent | 709661acd4c4100385dc6779b3c10442599ae342 (diff) | |
download | tcl-c17811ad85f1e8bacc89e6ae99ef8a719de46a66.zip tcl-c17811ad85f1e8bacc89e6ae99ef8a719de46a66.tar.gz tcl-c17811ad85f1e8bacc89e6ae99ef8a719de46a66.tar.bz2 |
woops, missed in last commit
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |