diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2011-03-10 09:31:57 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2011-03-10 09:31:57 (GMT) |
| commit | 708c53ef19751368281344c8b92deadd1b169c50 (patch) | |
| tree | b74fbaf07478b3a916755023109d8257208cc5f0 /generic/tclUtil.c | |
| parent | b0d44a5ba5d8f80999ddf03256a1345f4902e2e8 (diff) | |
| download | tcl-708c53ef19751368281344c8b92deadd1b169c50.zip tcl-708c53ef19751368281344c8b92deadd1b169c50.tar.gz tcl-708c53ef19751368281344c8b92deadd1b169c50.tar.bz2 | |
MINOR: Formatting fixes, mainly to comments, so code better fits the style in
the Engineering Manual.
Diffstat (limited to 'generic/tclUtil.c')
| -rw-r--r-- | generic/tclUtil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c index d77c276..c3c340b 100644 --- a/generic/tclUtil.c +++ b/generic/tclUtil.c @@ -1952,6 +1952,7 @@ Tcl_DStringResult( * result of interp. */ { Interp *iPtr = (Interp *) interp; + Tcl_ResetResult(interp); if (dsPtr->string != dsPtr->staticSpace) { |
