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 | 7afe8e97cd3b37545f180d32c1243a10d8fb31ed (patch) | |
tree | 14dab23e16de9149eebdb622bccec2fad518ebf3 /generic/tclCompile.h | |
parent | 7abb41bf2e127f8d595cfb0d4077a1c91db836f5 (diff) | |
download | tcl-7afe8e97cd3b37545f180d32c1243a10d8fb31ed.zip tcl-7afe8e97cd3b37545f180d32c1243a10d8fb31ed.tar.gz tcl-7afe8e97cd3b37545f180d32c1243a10d8fb31ed.tar.bz2 |
Implementation of TIP 652.core-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 { |