summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-07 13:55:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-07 13:55:14 (GMT)
commitc19b90133a56c0adc06f764732d80720e60747a3 (patch)
tree472228252764211a04873add7ebfed7fad41fc94 /generic
parentc1591561bfc41b9b4bd3f4bf09929d419325c9ef (diff)
downloadtcl-c19b90133a56c0adc06f764732d80720e60747a3.zip
tcl-c19b90133a56c0adc06f764732d80720e60747a3.tar.gz
tcl-c19b90133a56c0adc06f764732d80720e60747a3.tar.bz2
Double definition of TCL_ENCODING_MODIFIED and another doc fix
Diffstat (limited to 'generic')
-rw-r--r--generic/tclEncoding.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c
index a53261e..17b00d6 100644
--- a/generic/tclEncoding.c
+++ b/generic/tclEncoding.c
@@ -512,7 +512,6 @@ FillEncodingFileMap(void)
/* Since TCL_ENCODING_MODIFIED is only used for utf-8/cesu-8 and
* TCL_ENCODING_LE is only used for utf-16/ucs-2. re-use the same value */
-#define TCL_ENCODING_MODIFIED 0x20 /* Converting NULL bytes to 0xC0 0x80 */
#define TCL_ENCODING_LE TCL_ENCODING_MODIFIED /* Little-endian encoding */
#define TCL_ENCODING_UTF 0x200 /* For UTF-8 encoding, allow 4-byte output sequences */