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 /unix/configure | |
parent | efc338be246089be082ed7117f418735a2acecdd (diff) | |
download | tcl-56d2c7e23c1acd887d31a182324a9861cb6e68dd.zip tcl-56d2c7e23c1acd887d31a182324a9861cb6e68dd.tar.gz tcl-56d2c7e23c1acd887d31a182324a9861cb6e68dd.tar.bz2 |
One include too much
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 1 |
1 files changed, 0 insertions, 1 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); |