summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
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/tclInt.h
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/tclInt.h')
-rw-r--r--generic/tclInt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index c007b74..ebf5b57 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclInt.h,v 1.161 2004/05/20 13:04:11 dkf Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.162 2004/05/30 12:18:25 dkf Exp $
*/
#ifndef _TCLINT
@@ -1714,8 +1714,6 @@ EXTERN int TclArraySet _ANSI_ARGS_((Tcl_Interp *interp,
Tcl_Obj *arrayNameObj, Tcl_Obj *arrayElemObj));
EXTERN int TclCheckBadOctal _ANSI_ARGS_((Tcl_Interp *interp,
CONST char *value));
-EXTERN void TclDecommissionLimitCallbacks _ANSI_ARGS_((
- Tcl_Interp *interp));
EXTERN void TclExpandTokenArray _ANSI_ARGS_((
Tcl_Parse *parsePtr));
EXTERN int TclFileAttrsCmd _ANSI_ARGS_((Tcl_Interp *interp,
@@ -1901,6 +1899,8 @@ EXTERN void TclRememberCondition _ANSI_ARGS_((Tcl_Condition *mutex));
EXTERN void TclRememberDataKey _ANSI_ARGS_((Tcl_ThreadDataKey *mutex));
EXTERN VOID TclRememberJoinableThread _ANSI_ARGS_((Tcl_ThreadId id));
EXTERN void TclRememberMutex _ANSI_ARGS_((Tcl_Mutex *mutex));
+EXTERN void TclRemoveScriptLimitCallbacks _ANSI_ARGS_((
+ Tcl_Interp *interp));
EXTERN VOID TclSignalExitThread _ANSI_ARGS_((Tcl_ThreadId id,
int result));
EXTERN int TclSubstTokens _ANSI_ARGS_((Tcl_Interp *interp,