diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-07-03 02:03:34 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-07-03 02:03:34 (GMT) |
commit | a948104085f71c7726e9e831170e90b071cf2356 (patch) | |
tree | ebd68c71be3ed1e2241721518e2cd0de300e3f75 /generic/tclCompile.h | |
parent | 9b5d222f743985134ef42b6441545e60e0d64ef2 (diff) | |
download | tcl-a948104085f71c7726e9e831170e90b071cf2356.zip tcl-a948104085f71c7726e9e831170e90b071cf2356.tar.gz tcl-a948104085f71c7726e9e831170e90b071cf2356.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.h | 6 |
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)); +*/ /* *---------------------------------------------------------------- |