summaryrefslogtreecommitdiffstats
path: root/generic/tclHistory.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclHistory.c')
-rw-r--r--generic/tclHistory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclHistory.c b/generic/tclHistory.c
index b10d423..5448365 100644
--- a/generic/tclHistory.c
+++ b/generic/tclHistory.c
@@ -74,12 +74,14 @@ Tcl_RecordAndEval(
Tcl_IncrRefCount(cmdPtr);
result = Tcl_RecordAndEvalObj(interp, cmdPtr, flags);
+#if 0
/*
* Move the interpreter's object result to the string result, then
* reset the object result.
*/
(void) Tcl_GetStringResult(interp);
+#endif
/*
* Discard the Tcl object created to hold the command.