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

stdckdint: use in parse-datetime

* lib/parse-datetime.y (apply_relative_time, zone, date)
(iso_8601_date, relunit, relunit_snumber, time_zone_hhmm)
(to_tm_year, yylex, parse_datetime_body):
Prefer ckd_add to INT_ADD_WRAPV etc., and include stdckdint.h.
* modules/parse-datetime (Depends-on): Add stdckdint.
This commit is contained in:
Paul Eggert
2023-05-17 12:38:28 -07:00
parent d959e39cbd
commit 29bf76b33d
3 changed files with 60 additions and 55 deletions

View File

@@ -22,6 +22,7 @@ inttypes
mktime
nstrftime
setenv
stdckdint
unsetenv
time-h
time_r