summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2011-03-05 12:29:00 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2011-03-05 12:29:00 (GMT)
commit069e22ce2f321faac7799c68f4f8ef9fd829bde0 (patch)
tree4cc15cd4a3d423123452f9ae7120c54462297b9c /generic/tclCompExpr.c
parent6c4c32da9e9533a11a22531fb306d712c0e29777 (diff)
downloadtcl-069e22ce2f321faac7799c68f4f8ef9fd829bde0.zip
tcl-069e22ce2f321faac7799c68f4f8ef9fd829bde0.tar.gz
tcl-069e22ce2f321faac7799c68f4f8ef9fd829bde0.tar.bz2
Renamed struct TEOV_callback to the more descriptive NRE_callback.
Diffstat (limited to 'generic/tclCompExpr.c')
-rw-r--r--generic/tclCompExpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompExpr.c b/generic/tclCompExpr.c
index 17dde0a..1d42b81 100644
--- a/generic/tclCompExpr.c
+++ b/generic/tclCompExpr.c
@@ -2099,7 +2099,7 @@ ExecConstantExprTree(
ByteCode *byteCodePtr;
int code;
Tcl_Obj *byteCodeObj = Tcl_NewObj();
- TEOV_callback *rootPtr = TOP_CB(interp);
+ NRE_callback *rootPtr = TOP_CB(interp);
/*
* Note we are compiling an expression with literal arguments. This means