Assume freestanding C89 or better.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Jun 2003 20:07:59 +0000 (20:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Jun 2003 20:07:59 +0000 (20:07 +0000)
commitbea5a0559a99726d1373ec3fc050316dece3f57d
treecfcd8514ce60c6590c2ddafcb7b797f92720c32a
parenta94d8cb68989ef2d67767b52e78fa8f66e0734f9
Assume freestanding C89 or better.
(HAVE_LIMITS_H): Remove.  Assume it's 1.
(__P): Remove; not used.
(INT_MIN, INT_MAX): Remove; <limits.h> defines them.
(mktime, not_equal_tm, print_tm, check_result,
main): Use prototypes.  Use const * where appropriate.
(main): Fix typo in testing code that uncovered by above changes.
lib/mktime.c