summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-02 13:35:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-02 13:35:21 (GMT)
commit61ef69a2d84ae00685d204fed3d8eae694947bf3 (patch)
treece832099980745613719d43efcef498e34cee363 /generic/tclTest.c
parent09e5d9ded7cbb1cbd9098052f41da54a917a310a (diff)
downloadtcl-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.c5
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"