summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-03-23 13:07:44 +0000
committerJim Meyering <jim@meyering.net>2005-03-23 13:07:44 +0000
commite0f5c30877ca604cd21a322c6576f5200d49c408 (patch)
treeeaadde65aae7e914fe5ab41c9e50188316b2418f
parent33723339ff9aa34124a73030f6da8f87695cebfd (diff)
downloadgnulib-e0f5c30877ca604cd21a322c6576f5200d49c408.tar.gz
(Depends-on): Add xalloc.
-rw-r--r--modules/c-strtod3
-rw-r--r--modules/c-strtold1
2 files changed, 3 insertions, 1 deletions
diff --git a/modules/c-strtod b/modules/c-strtod
index 511d16b3fd..f82a98863e 100644
--- a/modules/c-strtod
+++ b/modules/c-strtod
@@ -2,12 +2,13 @@ Description:
Convert string to double in C locale.
Files:
-lib/c-strtod.h
lib/c-strtod.c
+lib/c-strtod.h
m4/c-strtod.m4
Depends-on:
extensions
+xalloc
configure.ac:
gl_C_STRTOD
diff --git a/modules/c-strtold b/modules/c-strtold
index 764145a3fe..992f816825 100644
--- a/modules/c-strtold
+++ b/modules/c-strtold
@@ -8,6 +8,7 @@ lib/c-strtold.c
m4/c-strtod.m4
Depends-on:
+xalloc
extensions
configure.ac: