]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
modechange.c now uses bool.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Jul 2004 08:02:27 +0000 (08:02 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Jul 2004 08:02:27 +0000 (08:02 +0000)
lib/ChangeLog

index 022d9d27ad7fb31a29e970cf44ddd125eb7fb69e..6178a4f8f09c3273d720a03687cf80b04521624d 100644 (file)
@@ -1,5 +1,8 @@
 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * modechange.c: Include <stdbool.h>.
+       (mode_compile): Use bool when appropriate.
+
        * memchr.c (UNALIGNED_P): Use sizeof, not alignof, for better
        performance on m68k-linux.  Reported by Andreas Schwab in
        <http://lists.gnu.org/archive/html/bug-coreutils/2004-07/msg00104.html>.