diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-02 13:35:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-02 13:35:21 (GMT) |
commit | 61ef69a2d84ae00685d204fed3d8eae694947bf3 (patch) | |
tree | ce832099980745613719d43efcef498e34cee363 /generic/tclTest.c | |
parent | 09e5d9ded7cbb1cbd9098052f41da54a917a310a (diff) | |
download | tcl-61ef69a2d84ae00685d204fed3d8eae694947bf3.zip tcl-61ef69a2d84ae00685d204fed3d8eae694947bf3.tar.gz tcl-61ef69a2d84ae00685d204fed3d8eae694947bf3.tar.bz2 |
Document that the *Backslash parsing functions output maximum 4 bytes, irrespectable of the TCL_UTF_MAX setting: It could be 4 for the "\Uxxxxxx" construct, but never more.
Move <stddef.h> and <locale.h> to tclInt.h, so the can be removed from various other places.
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r-- | generic/tclTest.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c index 9ad8244..63a657c 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -29,11 +29,6 @@ #include "tclRegexp.h" /* - * Required for TestlocaleCmd - */ -#include <locale.h> - -/* * Required for the TestChannelCmd and TestChannelEventCmd */ #include "tclIO.h" |