summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-07-03 02:03:34 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-07-03 02:03:34 (GMT)
commitf6e3031cf21fa19894993307b8c0053591b0f26a (patch)
treeebd68c71be3ed1e2241721518e2cd0de300e3f75 /generic/tclCompile.h
parent396c1e2330ab686c6c6f32a00b7d073cc9681b50 (diff)
downloadtcl-f6e3031cf21fa19894993307b8c0053591b0f26a.zip
tcl-f6e3031cf21fa19894993307b8c0053591b0f26a.tar.gz
tcl-f6e3031cf21fa19894993307b8c0053591b0f26a.tar.bz2
Moved declaration of TclCompEvalObj() from tclCompile.h to the internal
stubs table, for compiler experimentation.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index adfaeef..e90454e 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.46 2004/05/16 17:25:49 msofer Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.47 2004/07/03 02:03:36 msofer Exp $
*/
#ifndef _TCLCOMPILATION
@@ -751,8 +751,12 @@ EXTERN int TclInterpReady _ANSI_ARGS_((Tcl_Interp *interp));
*----------------------------------------------------------------
*/
+/*
+ * Declaration moved to the internal stubs table
+ *
EXTERN int TclCompEvalObj _ANSI_ARGS_((Tcl_Interp *interp,
Tcl_Obj *objPtr));
+*/
/*
*----------------------------------------------------------------