summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index ae4c39c..896b385 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -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: tclCompile.h,v 1.53 2004/12/24 18:06:58 msofer Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.54 2005/03/25 00:35:03 dgp Exp $
*/
#ifndef _TCLCOMPILATION
@@ -748,8 +748,6 @@ MODULE_SCOPE AuxDataType tclForeachInfoType;
MODULE_SCOPE int TclEvalObjvInternal _ANSI_ARGS_((Tcl_Interp *interp,
int objc, Tcl_Obj *CONST objv[],
CONST char *command, int length, int flags));
-MODULE_SCOPE int TclInterpReady _ANSI_ARGS_((Tcl_Interp *interp));
-
/*
*----------------------------------------------------------------