diff options
author | dgp <dgp@users.sourceforge.net> | 2011-05-10 17:22:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-05-10 17:22:11 (GMT) |
commit | 5e902ae378db6fa9d0ef3272832d1a14bde3b44d (patch) | |
tree | e602fe4a2dd5a57b2cb47e427fc0d604d4b82a86 /generic/tcl.h | |
parent | 2ab84f74c362dd589f01ba696fde1b00d14fe1e5 (diff) | |
parent | d8668e5c5d98e9b11f6c85e8bd3c7c6ac6834838 (diff) | |
download | tcl-5e902ae378db6fa9d0ef3272832d1a14bde3b44d.zip tcl-5e902ae378db6fa9d0ef3272832d1a14bde3b44d.tar.gz tcl-5e902ae378db6fa9d0ef3272832d1a14bde3b44d.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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 53dce4b..7644e63 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -995,8 +995,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 |