summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorstanton <stanton>1998-09-30 20:46:21 (GMT)
committerstanton <stanton>1998-09-30 20:46:21 (GMT)
commitf7c09d63b8f64ab841356624dad6d101bd898e82 (patch)
tree9a21845a1c40f416523c6d819911b12f31d5ad6d /generic/tclInt.h
parent94b67f615e361c95e27693c44d54634642ecd81f (diff)
downloadtcl-f7c09d63b8f64ab841356624dad6d101bd898e82.zip
tcl-f7c09d63b8f64ab841356624dad6d101bd898e82.tar.gz
tcl-f7c09d63b8f64ab841356624dad6d101bd898e82.tar.bz2
more cleanup of 8.0.3 merges into 8.1
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index f975005..472a922 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -10,7 +10,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.1.2.2 1998/09/24 23:58:53 stanton Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.1.2.3 1998/09/30 20:46:25 stanton Exp $
*/
#ifndef _TCLINT
@@ -1936,6 +1936,8 @@ EXTERN int TclInvokeObjectCommand _ANSI_ARGS_((
EXTERN int TclInvokeStringCommand _ANSI_ARGS_((
ClientData clientData, Tcl_Interp *interp,
int objc, Tcl_Obj *CONST objv[]));
+EXTERN int TclIsLocalScalar _ANSI_ARGS_((CONST char *src,
+ int len));
EXTERN Proc * TclIsProc _ANSI_ARGS_((Command *cmdPtr));
EXTERN int TclLooksLikeInt _ANSI_ARGS_((char *bytes,
int length));
@@ -1982,7 +1984,6 @@ EXTERN int TclpCreateProcess _ANSI_ARGS_((Tcl_Interp *interp,
EXTERN TclFile TclpCreateTempFile _ANSI_ARGS_((CONST char *contents));
EXTERN int TclpDeleteFile _ANSI_ARGS_((CONST char *path));
EXTERN void TclpExit _ANSI_ARGS_((int status));
-EXTERN void TclpFinalize _ANSI_ARGS_((void));
EXTERN void TclpFinalizeCondition _ANSI_ARGS_((
Tcl_Condition *condPtr));
EXTERN void TclpFinalizeMutex _ANSI_ARGS_((Tcl_Mutex *mutexPtr));