diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-06 22:19:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-06 22:19:29 (GMT) |
commit | 590b69308f62e20ef06bc1dddb80c910187ec9a0 (patch) | |
tree | 143a00b3e9c1727409f8c0498c59131b75126e4f /generic/tclObj.c | |
parent | 85e04692fde0b069530d71cd79b6f9fedb42571b (diff) | |
parent | a083ddc8208f8e9f625ef92db90f941262a260a6 (diff) | |
download | tcl-590b69308f62e20ef06bc1dddb80c910187ec9a0.zip tcl-590b69308f62e20ef06bc1dddb80c910187ec9a0.tar.gz tcl-590b69308f62e20ef06bc1dddb80c910187ec9a0.tar.bz2 |
* generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls
* generic/tclCompile.c: with TclParseBackslash() where possible.
* 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 513a79d..d084692 100644 --- a/generic/tclObj.c +++ b/generic/tclObj.c @@ -80,7 +80,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/stripped continuation lines. Its |