From 52e7df4a7f92778282b1025f72047e36dc929063 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 19 Nov 2010 14:36:12 -0800 Subject: 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. --- modules/ftoastr | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/ftoastr') 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]) -- cgit v1.2.1