summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-02-18 19:47:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-02-18 19:47:06 (GMT)
commitd6e613c86fae19a602868da81cf6077c49e5c214 (patch)
tree5623f50369f7187beeb98c8f07fc17ae617830bd /generic/tclStringObj.c
parent22bb1e220dfeb679e0f7985503d2ab229694e35a (diff)
downloadtcl-d6e613c86fae19a602868da81cf6077c49e5c214.zip
tcl-d6e613c86fae19a602868da81cf6077c49e5c214.tar.gz
tcl-d6e613c86fae19a602868da81cf6077c49e5c214.tar.bz2
another TODO
Diffstat (limited to 'generic/tclStringObj.c')
-rw-r--r--generic/tclStringObj.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStringObj.c b/generic/tclStringObj.c
index 24ae5ef..d97c1e1 100644
--- a/generic/tclStringObj.c
+++ b/generic/tclStringObj.c
@@ -33,7 +33,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStringObj.c,v 1.116 2009/02/18 18:31:55 dgp Exp $ */
+ * RCS: @(#) $Id: tclStringObj.c,v 1.117 2009/02/18 19:47:06 dgp Exp $ */
#include "tclInt.h"
#include "tommath.h"
@@ -1326,6 +1326,7 @@ Tcl_AppendObjToObj(
* appendObjPtr and append it.
*/
+ /* TODO: optimize unicode appends */
if (stringPtr->hasUnicode && stringPtr->numChars > 0) {
/*
* If appendObjPtr is not of the "String" type, don't convert it.