summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-07 13:53:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-07 13:53:08 (GMT)
commitae8888b89406b7378499b966af90ca831f269eb8 (patch)
tree1aac3c2b0a1094ceb09b60b0d7d728fb613ef8e9 /generic/tclExecute.c
parent765de9e2ef4cdb43d97e28f02b2e0f6a1b981262 (diff)
downloadtcl-ae8888b89406b7378499b966af90ca831f269eb8.zip
tcl-ae8888b89406b7378499b966af90ca831f269eb8.tar.gz
tcl-ae8888b89406b7378499b966af90ca831f269eb8.tar.bz2
Tcl_InvalidateStringRep -> TclInvalidateStringRep
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r--generic/tclExecute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index 2db98da..904c368 100644
--- a/generic/tclExecute.c
+++ b/generic/tclExecute.c
@@ -6865,7 +6865,7 @@ TclExecuteByteCode(
}
result = TclIncrObj(interp, valPtr, incrPtr);
if (result == TCL_OK) {
- Tcl_InvalidateStringRep(dictPtr);
+ TclInvalidateStringRep(dictPtr);
}
TclDecrRefCount(incrPtr);
}