diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-24 14:56:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-24 14:56:12 (GMT) |
commit | 56d2c7e23c1acd887d31a182324a9861cb6e68dd (patch) | |
tree | aa93686db5e9d7f94f11f2cd1a4bf1eafd45e27b | |
parent | efc338be246089be082ed7117f418735a2acecdd (diff) | |
download | tcl-56d2c7e23c1acd887d31a182324a9861cb6e68dd.zip tcl-56d2c7e23c1acd887d31a182324a9861cb6e68dd.tar.gz tcl-56d2c7e23c1acd887d31a182324a9861cb6e68dd.tar.bz2 |
One include too much
-rwxr-xr-x | unix/configure | 1 | ||||
-rw-r--r-- | unix/configure.in | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index 1562f6c..1c0c2be 100755 --- a/unix/configure +++ b/unix/configure @@ -15059,7 +15059,6 @@ cat >>conftest.$ac_ext <<_ACEOF #include <stdlib.h> #include <string.h> int main() { - #include <stdlib.h> extern double strtod(); char *term, *string = " +69"; exit(strtod(string,&term) != 69 || term != string+4); diff --git a/unix/configure.in b/unix/configure.in index a4ec925..2556430 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -298,7 +298,6 @@ SC_TCL_CHECK_BROKEN_FUNC(strtoul, [ #-------------------------------------------------------------------- SC_TCL_CHECK_BROKEN_FUNC(strtod, [ - #include <stdlib.h> extern double strtod(); char *term, *string = " +69"; exit(strtod(string,&term) != 69 || term != string+4); |