From a73860cb2f75de31868a5601c48052096f0b0397 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 28 May 2005 00:00:38 +0000 Subject: [PATCH] fts.c: Don't worry about debugging on pre-C99-comopatible hosts. --- lib/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.47.3