diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-08-03 14:24:34 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-08-03 14:24:34 (GMT) |
| commit | 73f7530a3ae011d053337dd067211c96898f71bc (patch) | |
| tree | 638bb10c1c93ca8531074a657f22bf17d2447bee /generic/tclParse.c | |
| parent | c525f5049c4f7698eff261177a56da0fea9620c6 (diff) | |
| download | tcl-73f7530a3ae011d053337dd067211c96898f71bc.zip tcl-73f7530a3ae011d053337dd067211c96898f71bc.tar.gz tcl-73f7530a3ae011d053337dd067211c96898f71bc.tar.bz2 | |
more result generation conversion
Diffstat (limited to 'generic/tclParse.c')
| -rw-r--r-- | generic/tclParse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c index aab2fac..309e232 100644 --- a/generic/tclParse.c +++ b/generic/tclParse.c @@ -1779,8 +1779,8 @@ Tcl_ParseBraces( break; case '#' : if (openBrace && TclIsSpaceProc(src[-1])) { - Tcl_AppendResult(parsePtr->interp, - ": possible unbalanced brace in comment", NULL); + Tcl_AppendToObj(Tcl_GetObjResult(parsePtr->interp), + ": possible unbalanced brace in comment", -1); goto error; } break; |
