Detect porting problems to FreeBSD/arm, which has time_t wider than
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Jun 2007 23:09:12 +0000 (23:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Jun 2007 23:09:12 +0000 (23:09 +0000)
commit589b85d1126dfe93d1cf37c82b7920d2ddbd5616
treebfc00d95809629f833087000c9cf04711aad9e98
parent07b83208ad50ccf613a769c0c06d145f4f828b40
Detect porting problems to FreeBSD/arm, which has time_t wider than
long int.  Original problem reported for GNU diff by Xin Li in
<http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
* modules/getdate (Depends-on): Add intprops, verify.
* lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
is an integer type no wider than long int.
ChangeLog
lib/getdate.y
modules/getdate