coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/2] printf,seq: remove c-strtod dependency


From: Paul Eggert
Subject: [PATCH 2/2] printf,seq: remove c-strtod dependency
Date: Sat, 26 Jan 2019 23:20:02 -0800

* gl/modules/cl-strtold (Files): Add lib/cl-strtod.c, lib/cl-strtod.h.
(Depends-on): Remove cl-strtod.
(configure.ac): Redquire AC_C_RESTRICT.
---
 gl/modules/cl-strtold | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gl/modules/cl-strtold b/gl/modules/cl-strtold
index 61cc43820..f46f04063 100644
--- a/gl/modules/cl-strtold
+++ b/gl/modules/cl-strtold
@@ -2,13 +2,15 @@ Description:
 Convert string to long double in current or C locale.
 
 Files:
+lib/cl-strtod.c
+lib/cl-strtod.h
 lib/cl-strtold.c
 
 Depends-on:
 c-strtold
-cl-strtod
 
 configure.ac:
+AC_REQUIRE([AC_C_RESTRICT])
 
 Makefile.am:
 lib_SOURCES += cl-strtold.c
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]