diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-06 22:33:01 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-06 22:33:01 (GMT) |
commit | 2974197dc80bf11f3de2283e0a2275242eeba099 (patch) | |
tree | dba041e4a0b7494a00e6c28357073b27feb6d9c9 /generic/tclObj.c | |
parent | 42a0f5eabc531da30fc887e4c56cca4fdfd41d35 (diff) | |
parent | 590b69308f62e20ef06bc1dddb80c910187ec9a0 (diff) | |
download | tcl-2974197dc80bf11f3de2283e0a2275242eeba099.zip tcl-2974197dc80bf11f3de2283e0a2275242eeba099.tar.gz tcl-2974197dc80bf11f3de2283e0a2275242eeba099.tar.bz2 |
* generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls
* generic/tclCompile.c: with TclParseBackslash() where possible.
* generic/tclCompCmdsSZ.c:
* generic/tclParse.c:
* generic/tclUtil.c:
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r-- | generic/tclObj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c index 4742f9d..ad48ad1 100644 --- a/generic/tclObj.c +++ b/generic/tclObj.c @@ -79,7 +79,7 @@ typedef struct ObjData { typedef struct ThreadSpecificData { Tcl_HashTable *lineCLPtr; /* This table remembers for each Tcl_Obj * generated by a call to the function - * EvalTokensStandard() from a literal text + * TclSubstTokens() from a literal text * where bs+nl sequences occured in it, if * any. I.e. this table keeps track of * invisible and stripped continuation lines. |