From: Paul Eggert Date: Fri, 30 Jul 2004 08:02:27 +0000 (+0000) Subject: modechange.c now uses bool. X-Git-Tag: v5.3.0~1000 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d41b0c05ba08a26b0e5e65bc5be3ee7f31ad0727;p=thirdparty%2Fcoreutils.git modechange.c now uses bool. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 022d9d27ad..6178a4f8f0 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2004-07-29 Paul Eggert + * modechange.c: Include . + (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 .