1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

parse-duration: remove xalloc.h dependency

* lib/parse-duration.c (parse_period): handle NULL return from
strdup instead of calling xstrdup().
* modules/parse-duration: remove "xalloc" dependency
This commit is contained in:
Bruce Korb
2011-03-03 15:07:32 -08:00
parent 329c5b59c9
commit 10169d19c6
3 changed files with 18 additions and 6 deletions

View File

@@ -6,7 +6,6 @@ lib/parse-duration.h
lib/parse-duration.c
Depends-on:
xalloc
configure.ac:
AC_REQUIRE([AC_C_INLINE])