summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2011-03-06 22:33:01 (GMT)
committerdgp <dgp@noemail.net>2011-03-06 22:33:01 (GMT)
commit5aa2c4d7fc432398b662519f080b8f7c918c5581 (patch)
treedba041e4a0b7494a00e6c28357073b27feb6d9c9 /generic/tclObj.c
parentb08aed08dd92dfd47b5e6cd1fdd0e1825a8a1388 (diff)
parent839ddd5a0e82b93e05a9fdcf7068ef7769540df9 (diff)
downloadtcl-5aa2c4d7fc432398b662519f080b8f7c918c5581.zip
tcl-5aa2c4d7fc432398b662519f080b8f7c918c5581.tar.gz
tcl-5aa2c4d7fc432398b662519f080b8f7c918c5581.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: FossilOrigin-Name: 6b0527ff33cf34229d6dddc3d6b8998897633da3
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c2
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.