]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fts.c: Don't worry about debugging on pre-C99-comopatible hosts.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 May 2005 00:00:38 +0000 (00:00 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 May 2005 00:00:38 +0000 (00:00 +0000)
lib/ChangeLog

index 9ea166c976b94722c61e1f1d8acecfb792ac0c3d..e092117bd250e283ab4728ab4addd091b477e73c 100644 (file)
@@ -1,5 +1,10 @@
 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * 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.