diff options
author | pooryorick <com.digitalsmarties@pooryorick.com> | 2024-02-07 14:47:07 (GMT) |
---|---|---|
committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2024-02-07 14:47:07 (GMT) |
commit | f531ea653b3043bcd9a542083ee9c6e07e286cfc (patch) | |
tree | 14dab23e16de9149eebdb622bccec2fad518ebf3 /generic/tclCompile.h | |
parent | 07a872a6d10a1fb72c2dd1ecdb5d42a49a995d35 (diff) | |
download | tcl-f531ea653b3043bcd9a542083ee9c6e07e286cfc.zip tcl-f531ea653b3043bcd9a542083ee9c6e07e286cfc.tar.gz tcl-f531ea653b3043bcd9a542083ee9c6e07e286cfc.tar.bz2 |
Implementation of TIP 652.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index 2ea2565..5bbbb8f 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -918,7 +918,6 @@ typedef enum InstStringClassType { * punctuation) characters. */ STR_CLASS_XDIGIT, /* Characters that can be used as digits in * hexadecimal numbers ([0-9A-Fa-f]). */ - STR_CLASS_UNICODE /* Unicode characters. */ } InstStringClassType; typedef struct StringClassDesc { |