From 0d8c9236b0313ae5529b1dc4c6600722584c0d07 Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Tue, 13 Nov 2007 17:13:07 +0000 Subject: * unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectly undefined here; this should be set (or not) in the compile options, it is used elsewhere and needs to be consistent. --- ChangeLog | 6 ++++++ unix/tclUnixInit.c | 8 +++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0a03454..22d5c43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-11-13 Miguel Sofer + + * unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectly + undefined here; this should be set (or not) in the compile + options, it is used elsewhere and needs to be consistent. + 2007-11-13 Pat Thoyts * unix/tcl.m4: Added autoconf goo to detect and make use of diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index d45f722..7f725cb 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -7,7 +7,7 @@ * Copyright (c) 1999 by Scriptics Corporation. * All rights reserved. * - * RCS: @(#) $Id: tclUnixInit.c,v 1.79 2007/11/11 05:24:02 das Exp $ + * RCS: @(#) $Id: tclUnixInit.c,v 1.80 2007/11/13 17:13:07 msofer Exp $ */ #include "tclInt.h" @@ -38,12 +38,10 @@ #endif /* - * Define this if you want to revert to the old behavior of never checking the - * stack. + * Define TCL_NO_STACK_CHECK in the compiler options if you want to revert to + * the old behavior of never checking the stack. */ -#undef TCL_NO_STACK_CHECK - /* * Define this if you want to see a lot of output regarding stack checking. */ -- cgit v0.12