summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-30 12:18:23 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-30 12:18:23 (GMT)
commitac672933cc2154f0e86feca424d5ef39137aed5b (patch)
treec916d7a0a00b1a6e0be8d0775f179e1fe33f7c87 /generic/tclBasic.c
parent76db3e4e9d4a852f78aacdcab9d1185a2d01349f (diff)
downloadtcl-ac672933cc2154f0e86feca424d5ef39137aed5b.zip
tcl-ac672933cc2154f0e86feca424d5ef39137aed5b.tar.gz
tcl-ac672933cc2154f0e86feca424d5ef39137aed5b.tar.bz2
Limits documentation and style improvements
Added C docs, cleaned up C code, added note on behaviour of limited master interps
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index ca89219..cf68241 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclBasic.c,v 1.103 2004/05/25 08:37:31 dkf Exp $
+ * RCS: @(#) $Id: tclBasic.c,v 1.104 2004/05/30 12:18:25 dkf Exp $
*/
#include "tclInt.h"
@@ -989,7 +989,7 @@ DeleteInterpProc(interp)
* this interpreter.
*/
- TclDecommissionLimitCallbacks(interp);
+ TclRemoveScriptLimitCallbacks(interp);
TclLimitRemoveAllHandlers(interp);
/*