From 3e38a3c7ae31035d6cf4069d61e8b32d2dbd3ebb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 28 Jun 2011 20:09:46 +0200 Subject: maint: remove definitions of PRId64 and PRIu64, ... now that we're using gnulib's inttypes module, which ensures that we use a conforming . * bootstrap (modules): Add inttypes. * generator/generator.ml (generate_perl_xs) [PRId64, PRIu64]: Don't define these symbols. Instead, ... Include . --- bootstrap | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index ecaf2c8..e91c8c9 100755 --- a/bootstrap +++ b/bootstrap @@ -62,6 +62,7 @@ gitlog-to-changelog gnu-make gnumakefile ignore-value +inttypes maintainer-makefile manywarnings progname -- cgit