maint: remove definitions of PRId64 and PRIu64, ...
authorJim Meyering <meyering@redhat.com>
Tue, 28 Jun 2011 18:09:46 +0000 (20:09 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 28 Jun 2011 22:30:12 +0000 (23:30 +0100)
commit3e38a3c7ae31035d6cf4069d61e8b32d2dbd3ebb
tree02f858f178c4228d09b5f462cfa444d43fe7b1b9
parent6780483c3c00913e718a6134e12d82665e9ce0a6
maint: remove definitions of PRId64 and PRIu64, ...

now that we're using gnulib's inttypes module, which ensures
that we use a conforming <inttypes.h>.
* bootstrap (modules): Add inttypes.
* generator/generator.ml (generate_perl_xs) [PRId64, PRIu64]:
Don't define these symbols.  Instead, ...
Include <inttypes.h>.
bootstrap
generator/generator.ml