patch-gnulib_lib_getdate_y 536 B

1234567891011
  1. --- findutils-4.4.2.orig/gnulib/lib/getdate.y Sun May 10 23:23:57 2009
  2. +++ findutils-4.4.2/gnulib/lib/getdate.y Sat May 24 15:28:27 2014
  3. @@ -114,7 +114,7 @@
  4. wraps around, but there's no portable way to check for that at
  5. compile-time. */
  6. verify (TYPE_IS_INTEGER (time_t));
  7. -verify (LONG_MIN <= TYPE_MINIMUM (time_t) && TYPE_MAXIMUM (time_t) <= LONG_MAX);
  8. +//verify (LONG_MIN <= TYPE_MINIMUM (time_t) && TYPE_MAXIMUM (time_t) <= LONG_MAX);
  9. /* An integer value, and the number of digits in its textual
  10. representation. */