summaryrefslogtreecommitdiff
path: root/modules/ftoastr
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-11-19 14:36:12 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2010-11-19 14:41:15 -0800
commit52e7df4a7f92778282b1025f72047e36dc929063 (patch)
tree1c7418a73156e570db1b78c609c3629a9fd2d5ce /modules/ftoastr
parentdb37bb3e918ce69fd0bf5e45752edd07f49ae07d (diff)
downloadgnulib-52e7df4a7f92778282b1025f72047e36dc929063.tar.gz
ftoastr: don't assume snprintf
* lib/ftoastr.c (snprintf) [! GNULIB_SNPRINTF_POSIX]: Implement a subset of snprintf here, by using sprintf safely. * modules/ftoastr (Depends-on): Remove snprintf.
Diffstat (limited to 'modules/ftoastr')
-rw-r--r--modules/ftoastr1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/ftoastr b/modules/ftoastr
index 862fb1aa21..64d0a77903 100644
--- a/modules/ftoastr
+++ b/modules/ftoastr
@@ -10,7 +10,6 @@ m4/c-strtod.m4
Depends-on:
intprops
-snprintf
configure.ac:
AC_REQUIRE([gl_C99_STRTOLD])