summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorstanton <stanton>1998-10-06 02:59:03 (GMT)
committerstanton <stanton>1998-10-06 02:59:03 (GMT)
commitdea1447fbb13d6919f12d85e453da2ce5bec8aab (patch)
treef7db01ee81a9a8c6619295f26901c6c274af940b /generic/tclInt.h
parent0f8b9130ec96b8ef7ba2abe8b6d6a60cf98707fe (diff)
downloadtcl-dea1447fbb13d6919f12d85e453da2ce5bec8aab.zip
tcl-dea1447fbb13d6919f12d85e453da2ce5bec8aab.tar.gz
tcl-dea1447fbb13d6919f12d85e453da2ce5bec8aab.tar.bz2
merged 8.0.4 changes into 8.1 branch
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 472a922..14979b7 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.3 1998/09/30 20:46:25 stanton Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.1.2.4 1998/10/06 02:59:04 stanton Exp $
*/
#ifndef _TCLINT
@@ -1756,6 +1756,7 @@ extern Tcl_ObjType tclByteCodeType;
extern Tcl_ObjType tclDoubleType;
extern Tcl_ObjType tclIntType;
extern Tcl_ObjType tclListType;
+extern Tcl_ObjType tclProcBodyType;
extern Tcl_ObjType tclStringType;
/*
@@ -1949,6 +1950,7 @@ EXTERN int TclMakeFileTable _ANSI_ARGS_((Tcl_Interp *interp,
int noStdio));
EXTERN int TclMathInProgress _ANSI_ARGS_((void));
EXTERN int TclNeedSpace _ANSI_ARGS_((char *start, char *end));
+EXTERN Tcl_Obj * TclNewProcBodyObj _ANSI_ARGS_((Proc *procPtr));
EXTERN int TclObjCommandComplete _ANSI_ARGS_((Tcl_Obj *cmdPtr));
EXTERN int TclObjInterpProc _ANSI_ARGS_((ClientData clientData,
Tcl_Interp *interp, int objc,