summaryrefslogtreecommitdiff
path: root/m4/strtod.m4
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 13:14:38 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 13:14:38 +0300
commitfae4762eba9ff7bb466a600130e9c90eaac6b0bc (patch)
tree62711fe7cd511824b5f8a90ba1ba7b523d42e127 /m4/strtod.m4
parentbc70de7b3302d5a81515b901cae376b8b51d2004 (diff)
downloadgawk-fae4762eba9ff7bb466a600130e9c90eaac6b0bc.tar.gz
Move to gawk-3.1.1.gawk-3.1.1
Diffstat (limited to 'm4/strtod.m4')
-rw-r--r--m4/strtod.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/strtod.m4 b/m4/strtod.m4
index a719fb92..8185e6cf 100644
--- a/m4/strtod.m4
+++ b/m4/strtod.m4
@@ -1,7 +1,7 @@
dnl
dnl strtod.m4 --- autoconf input file for gawk
dnl
-dnl Copyright (C) 2001 the Free Software Foundation, Inc.
+dnl Copyright (C) 2001, 2002 the Free Software Foundation, Inc.
dnl
dnl This file is part of GAWK, the GNU implementation of the
dnl AWK Progamming Language.
@@ -49,6 +49,7 @@ main ()
exit (0);
else
exit (1);
+#endif
}],
gawk_ac_cv_func_strtod_c89=yes, gawk_ac_cv_func_strtod_c89=no,
gawk_ac_cv_func_strtod_c89=no)])