From: Paul Eggert Date: Sat, 28 May 2005 00:00:38 +0000 (+0000) Subject: fts.c: Don't worry about debugging on pre-C99-comopatible hosts. X-Git-Tag: CPPI-1_12~716 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a73860cb2f75de31868a5601c48052096f0b0397;p=thirdparty%2Fcoreutils.git fts.c: Don't worry about debugging on pre-C99-comopatible hosts. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 9ea166c976..e092117bd2 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2005-05-27 Paul Eggert + * fts.c: Don't worry about debugging on pre-C99-comopatible hosts; + the configuration hassle isn't worth it. + Include inttypes.h and stdint.h unconditionally if FTS_DEBUG. + (LONGEST_MODIFIER, PRIuMAX): Remove. + * strnumcmp.c, strnumcmp.h, strnumcmp-in.h, strintcmp.c: New files.