From 0a5f3d1474167d8574ec5ab7ff4bdbae18036a95 Mon Sep 17 00:00:00 2001 From: andreask Date: Wed, 22 Jun 2011 15:53:59 +0000 Subject: Fixed the inadvertently committed disabling of stack checks, see my 2010-11-15 commit [8902c8bc82]. --- ChangeLog | 5 +++++ generic/tclInt.h | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f4037d..aff660f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-06-22 Andreas Kupries + + * generic/tclInt.h: Fixed the inadvertently committed disabling of + stack checks, see my 2010-11-15 commit. + 2011-06-21 Don Porter * changes: Update for 8.5.10 release. diff --git a/generic/tclInt.h b/generic/tclInt.h index 679277a..854404f 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -17,8 +17,6 @@ #ifndef _TCLINT #define _TCLINT -#define TCL_NO_STACK_CHECK /* DISABLE C RUNTIME STACK CHECK - Test AIX */ - /* * Some numerics configuration options. */ -- cgit v0.12