diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-07 14:55:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-07 14:55:52 (GMT) |
commit | b1c2f2c9c6fcb329f1e23f9f5f1ef53c84b01bae (patch) | |
tree | 871426a91a1ab5e0e8b02b1efaf97c446bb19a7b /generic/tcl.h | |
parent | bc0ce06bc7fe8a1bfc555fe2025b979c17136564 (diff) | |
download | tcl-b1c2f2c9c6fcb329f1e23f9f5f1ef53c84b01bae.zip tcl-b1c2f2c9c6fcb329f1e23f9f5f1ef53c84b01bae.tar.gz tcl-b1c2f2c9c6fcb329f1e23f9f5f1ef53c84b01bae.tar.bz2 |
merge trunk + partial improvements to comments
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 45da4f1..fe384c4 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -954,8 +954,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 |