diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-10 16:02:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-10 16:02:27 (GMT) |
commit | 5e73d72846ca211f2db6a5f3b079956588bc1071 (patch) | |
tree | 72b4995764518343e285247e8fc679c664540b75 /generic/tcl.h | |
parent | 6e644e2a603401e7062f75c483325edf779f497a (diff) | |
parent | 93160df498eb629935da979414226551ea78d735 (diff) | |
download | tcl-5e73d72846ca211f2db6a5f3b079956588bc1071.zip tcl-5e73d72846ca211f2db6a5f3b079956588bc1071.tar.gz tcl-5e73d72846ca211f2db6a5f3b079956588bc1071.tar.bz2 |
Merge tip-656-tcl9
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 2713966..93b454f 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -1945,7 +1945,7 @@ typedef struct Tcl_EncodingType { * TCL_ENCODING_PROFILE_* - Mutually exclusive encoding profile ids. Note * these are bit masks. * - * NOTE: THESE BIT DEFINITIONS SHOULD NOT OVERLAP WITH INTERNAL USE BITS + * NOTE: THESE BIT DEFINITIONS SHOULD NOT OVERLAP WITH INTERNAL USE BITS * DEFINED IN tclEncoding.c (ENCODING_INPUT et al). Be cognizant of this * when adding bits. */ |