summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-05-10 16:52:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-05-10 16:52:35 (GMT)
commitd8668e5c5d98e9b11f6c85e8bd3c7c6ac6834838 (patch)
treef83cbc6f986fb625947631c42b0f9c3930475634 /generic/tcl.h
parenta4456778c8605e05c3598b6848b2660ae7b10d27 (diff)
parentf9dece7738d140a66ebb5d47ee85c4d57249258a (diff)
downloadtcl-d8668e5c5d98e9b11f6c85e8bd3c7c6ac6834838.zip
tcl-d8668e5c5d98e9b11f6c85e8bd3c7c6ac6834838.tar.gz
tcl-d8668e5c5d98e9b11f6c85e8bd3c7c6ac6834838.tar.bz2
New internal routines TclScanElement() and TclConvertElement().
Rewritten guts of machinery to produce string rep of lists. [Bug 3173086]
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 790b7ac..015995c 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -956,8 +956,6 @@ typedef struct Tcl_DString {
* is safe to leave the hash unquoted when the element is not the first
* element of a list, and this flag can be used by the caller to indicate
* that condition.
- * (Careful! If you change these flag values be sure to change the definitions
- * at the front of tclUtil.c).
*/
#define TCL_DONT_USE_BRACES 1