summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.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 /unix/tclUnixInit.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 'unix/tclUnixInit.c')
-rw-r--r--unix/tclUnixInit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c
index 004fbff..eec0fd9 100644
--- a/unix/tclUnixInit.c
+++ b/unix/tclUnixInit.c
@@ -9,8 +9,6 @@
*/
#include "tclInt.h"
-#include <stddef.h>
-#include <locale.h>
#ifdef HAVE_LANGINFO
# include <langinfo.h>
# ifdef __APPLE__