1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 06:03:31 +02:00
This commit is contained in:
Jim Meyering
1999-10-02 11:12:34 +00:00
parent fb4889bcd9
commit 1003235282

View File

@@ -1,5 +1,9 @@
1999-09-28 Jim Meyering <meyering@ascend.com>
* src/system.h: Do s/#ifdef HAVE_/#if HAVE_/ -- solely for aesthetics.
Do the same for other config.h macros like CLOSEDIR_VOID and MAJOR_*.
* src/sys2.h: Likewise.
* lib/xalloc.h (__attribute__): Protect against redefinition.
From Akim Demaille.