summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2011-03-06 22:19:29 (GMT)
committerdgp@users.sourceforge.net <dgp>2011-03-06 22:19:29 (GMT)
commit29ba233e57fab7ff8029b11243101a70df29c59b (patch)
tree143a00b3e9c1727409f8c0498c59131b75126e4f /generic/tclObj.c
parent5f6e4cb4be342828b212fac649774eea2beda6e2 (diff)
parent2931b138ee14f59f706197de4f135bf2223db194 (diff)
downloadtcl-29ba233e57fab7ff8029b11243101a70df29c59b.zip
tcl-29ba233e57fab7ff8029b11243101a70df29c59b.tar.gz
tcl-29ba233e57fab7ff8029b11243101a70df29c59b.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.c2
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