texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Gavin D. Smith
Date: Mon, 23 Dec 2024 12:17:00 -0500 (EST)

branch: master
commit bec77db7e14f6fdb41014b9c84bf17b554c0e553
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Dec 23 14:51:13 2024 +0000

    Remove system.h defines
    
    * system.h [STAT_MACROS_BROKEN]: Remove section as this symbol
    is not set anywhere.  It was formerly set by AC_HEADER_STAT in
    configure.ac but this macro is now obsolescent..
---
 ChangeLog | 8 ++++++++
 system.h  | 3 ---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6b5803475d..bb7f04c2fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2024-12-23  Gavin Smith <gavinsmith0123@gmail.com>
+
+       Remove system.h defines
+
+       * system.h [STAT_MACROS_BROKEN]: Remove section as this symbol
+       is not set anywhere.  It was formerly set by AC_HEADER_STAT in
+       configure.ac but this macro is now obsolescent..
+
 2024-12-23  Gavin Smith <gavinsmith0123@gmail.com>
 
        Remove system.h defines
diff --git a/system.h b/system.h
index c122642d01..4606902ca2 100644
--- a/system.h
+++ b/system.h
@@ -66,9 +66,6 @@ extern int errno;
 #endif
 
 #include <sys/stat.h>
-#if STAT_MACROS_BROKEN
-# undef S_ISDIR
-#endif
 #if !defined(S_ISDIR) && defined(S_IFDIR)
 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
 #endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]