summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-12-30 18:23:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-12-30 18:23:08 (GMT)
commit17b5b3e0201cdf92d3c125776e1b2dd453f225bd (patch)
tree2959c10c12b200c7d255fee4304043c54e4830e8 /unix
parente620c687f7d60f0386e7fd4e28dd9e7340b23165 (diff)
parentee9004c35f280a9747f2423aeb98ce63aa1c3400 (diff)
downloadtcl-17b5b3e0201cdf92d3c125776e1b2dd453f225bd.zip
tcl-17b5b3e0201cdf92d3c125776e1b2dd453f225bd.tar.gz
tcl-17b5b3e0201cdf92d3c125776e1b2dd453f225bd.tar.bz2
[e7eb94e8d1] typo fix in changes. Each ambiguous hash still identifies only
one ticket, which is good enough.
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure
index 7270049..b71cdaa 100755
--- a/unix/configure
+++ b/unix/configure
@@ -2823,6 +2823,7 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <ctype.h>
+#include <stdlib.h>
#if ((' ' & 0x0FF) == 0x020)
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))