]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Assume freestanding C89 or better.
authorJim Meyering <jim@meyering.net>
Thu, 5 Jun 2003 21:55:47 +0000 (21:55 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 5 Jun 2003 21:55:47 +0000 (21:55 +0000)
commit75edcde81ae199d014ca78bcb86199b6b9357a84
treedea2f524db9fd87cd56a9854a10dc99cff25f8ab
parente86ab6d4d2a48345ee08098eb20190fe4d710103
Assume freestanding C89 or better.

(HAVE_LIMITS_H): Remove.  Assume it's 1.
(__P): Remove; not used.
(CHAR_BIT, 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.
(Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
lib/mktime.c