summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorandreask <andreask>2011-06-22 15:53:59 (GMT)
committerandreask <andreask>2011-06-22 15:53:59 (GMT)
commit0a5f3d1474167d8574ec5ab7ff4bdbae18036a95 (patch)
tree0ba39cf8c86bec0c9eb871feceb0aea6912c9909 /generic
parent97a44d320d35cebb0ed167cd420005f24a5c4dff (diff)
downloadtcl-0a5f3d1474167d8574ec5ab7ff4bdbae18036a95.zip
tcl-0a5f3d1474167d8574ec5ab7ff4bdbae18036a95.tar.gz
tcl-0a5f3d1474167d8574ec5ab7ff4bdbae18036a95.tar.bz2
Fixed the inadvertently committed disabling of stack checks, see my 2010-11-15 commit [8902c8bc82].
Diffstat (limited to 'generic')
-rw-r--r--generic/tclInt.h2
1 files changed, 0 insertions, 2 deletions
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.
*/