summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2011-03-05 16:31:26 (GMT)
committerKevin B Kenny <kennykb@acm.org>2011-03-05 16:31:26 (GMT)
commite5eafc26411072617eb6671161e84ddfbbf99bba (patch)
tree63741735edd48be8ee7aa9bfe8b32092b1d94fb8 /generic/tclCompile.c
parent7e907ec87a885ad9d187dbc73741df94519b73ed (diff)
parentbc47f3260fa46a560c1a2e7e1a0891e5493cda50 (diff)
downloadtcl-e5eafc26411072617eb6671161e84ddfbbf99bba.zip
tcl-e5eafc26411072617eb6671161e84ddfbbf99bba.tar.gz
tcl-e5eafc26411072617eb6671161e84ddfbbf99bba.tar.bz2
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index 96d9896..8005034 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -10,8 +10,6 @@
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tclCompile.c,v 1.194 2010/12/10 21:59:23 nijtmans Exp $
*/
#include "tclInt.h"
@@ -929,7 +927,7 @@ Tcl_SubstObj(
Tcl_Obj *objPtr, /* The value to be substituted. */
int flags) /* What substitutions to do. */
{
- TEOV_callback *rootPtr = TOP_CB(interp);
+ NRE_callback *rootPtr = TOP_CB(interp);
if (TclNRRunCallbacks(interp, Tcl_NRSubstObj(interp, objPtr, flags),
rootPtr) != TCL_OK) {