summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordavygrvy@pobox.com <davygrvy>2003-12-15 00:49:38 (GMT)
committerdavygrvy@pobox.com <davygrvy>2003-12-15 00:49:38 (GMT)
commit10a7d48017c9777c2479e6dab855ddec469764ae (patch)
tree45e9ee95dadf4be02b81aae11b349eb02bccf9aa /generic/tclStubInit.c
parent10b4d3e1e409b84e7cc284b2753df27cf29973aa (diff)
downloadtcl-10a7d48017c9777c2479e6dab855ddec469764ae.zip
tcl-10a7d48017c9777c2479e6dab855ddec469764ae.tar.gz
tcl-10a7d48017c9777c2479e6dab855ddec469764ae.tar.bz2
* generic/tclInt.decls: commented-out entry for
TclpCheckStackSpace, removing it from the Stubs table. It's already declared in tclInt.h and labeled as a function that is not to be exported. Regened tables.
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 9982ecb..737ab3b 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStubInit.c,v 1.90 2003/11/01 01:31:21 dkf Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.91 2003/12/15 00:49:38 davygrvy Exp $
*/
#include "tclInt.h"
@@ -229,7 +229,7 @@ TclIntStubs tclIntStubs = {
TclpHasSockets, /* 132 */
TclpGetDate, /* 133 */
TclpStrftime, /* 134 */
- TclpCheckStackSpace, /* 135 */
+ NULL, /* 135 */
NULL, /* 136 */
NULL, /* 137 */
TclGetEnv, /* 138 */