From d6e613c86fae19a602868da81cf6077c49e5c214 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 18 Feb 2009 19:47:06 +0000 Subject: another TODO --- generic/tclStringObj.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v0.12