diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2011-03-05 12:29:00 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2011-03-05 12:29:00 (GMT) |
commit | ee993255dd196245a4ea4e3607b830598445bcdf (patch) | |
tree | 4cc15cd4a3d423123452f9ae7120c54462297b9c /generic/tclCompExpr.c | |
parent | b1c4bf1eb83182e5953b4bb630eb336b0702a8db (diff) | |
download | tcl-ee993255dd196245a4ea4e3607b830598445bcdf.zip tcl-ee993255dd196245a4ea4e3607b830598445bcdf.tar.gz tcl-ee993255dd196245a4ea4e3607b830598445bcdf.tar.bz2 |
Renamed struct TEOV_callback to the more descriptive NRE_callback.
Diffstat (limited to 'generic/tclCompExpr.c')
-rw-r--r-- | generic/tclCompExpr.c | 2 |
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 |