mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* lib/parse-duration.c: Include "intprops.h". (TIME_MAX): Rename to MAX_DURATION and define to TYPE_MAXIMUM(time_t). * modules/parse-duration (Depends-on): Add intprops. Reported by Jonas 'Sortie' Termansen.
24 lines
251 B
Plaintext
24 lines
251 B
Plaintext
Description:
|
|
Parse a duration given as string.
|
|
|
|
Files:
|
|
lib/parse-duration.h
|
|
lib/parse-duration.c
|
|
|
|
Depends-on:
|
|
intprops
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += parse-duration.c
|
|
|
|
Include:
|
|
"parse-duration.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruce Korb
|