summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-11-13 17:13:07 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-11-13 17:13:07 (GMT)
commit0d8c9236b0313ae5529b1dc4c6600722584c0d07 (patch)
tree7bf5b207533174b7f89e8ecacb4bd52d5ae2d4c1 /unix/tclUnixInit.c
parent106bfb35165b65c6a2dc1920ad7d52b8bec71659 (diff)
downloadtcl-0d8c9236b0313ae5529b1dc4c6600722584c0d07.zip
tcl-0d8c9236b0313ae5529b1dc4c6600722584c0d07.tar.gz
tcl-0d8c9236b0313ae5529b1dc4c6600722584c0d07.tar.bz2
* 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.
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r--unix/tclUnixInit.c8
1 files changed, 3 insertions, 5 deletions
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.
*/