diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-14 10:16:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-14 10:16:48 (GMT) |
commit | 4f9fc86e5d0f464283c34d96b2bcec28ac0458c8 (patch) | |
tree | a9e7302095df2b404d1e44e4f300cd82963d9ac2 /generic/tclInt.h | |
parent | 5efc8e4cfbcc400b2a929dd4b828afd5308d3b53 (diff) | |
parent | 04cc75b6f5e3fd31abae4090243d20e965f9d4e4 (diff) | |
download | tcl-4f9fc86e5d0f464283c34d96b2bcec28ac0458c8.zip tcl-4f9fc86e5d0f464283c34d96b2bcec28ac0458c8.tar.gz tcl-4f9fc86e5d0f464283c34d96b2bcec28ac0458c8.tar.bz2 |
Merge 8.6
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 78d9f93..f9cc6f3 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -4700,9 +4700,6 @@ MODULE_SCOPE const TclFileAttrProcs tclpFileAttrProcs[]; ((unsigned char) *((src) - 1)) < 0x80 ? (src) - 1 : \ Tcl_UtfPrev(src, start)) -#define TclUtfNext(src) \ - ((((unsigned char) *(src)) < 0x80) ? (src) + 1 : Tcl_UtfNext(src)) - /* *---------------------------------------------------------------- * Macro that encapsulates the logic that determines when it is safe to |