Do not include <inttypes.h> or <stdint.h>.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Oct 2003 05:26:15 +0000 (05:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Oct 2003 05:26:15 +0000 (05:26 +0000)
commit6942bbb52b3b0cdbdedcdf8b4356387631a2e8f3
treed111a940e403f7ab36837251b8f40bc5a6b4b1fe
parent5304554ff3763db31bb717d0ffa67d0f6a33b7d9
Do not include <inttypes.h> or <stdint.h>.
(SIZE_MAX): Remove.
(new_exclude, add_exclude_file): Initial size no longer needs to
be a power of 2.
(add_exclude, add_exclude_file): Use xnrealloc instead of rolling
our own address arithmetic overflow checking.
lib/exclude.c