lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 662c15e8 1/2: Cite rationale for using _ISOC9


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 662c15e8 1/2: Cite rationale for using _ISOC99_SOURCE
Date: Sun, 22 May 2022 17:30:59 -0400 (EDT)

branch: master
commit 662c15e8f5c2aa50380853e812311ab203ef8083
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Cite rationale for using _ISOC99_SOURCE
---
 config.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.hpp b/config.hpp
index dec1d737..542295f9 100644
--- a/config.hpp
+++ b/config.hpp
@@ -97,7 +97,8 @@
 #   endif  // !defined LMI_X87
 #endif // defined LMI_X86
 
-// This selects a correct snprintf() for MinGW-w64.
+// This selects a correct snprintf() for MinGW-w64. Discussion:
+//   https://lists.nongnu.org/archive/html/lmi/2022-05/msg00041.html
 
 #if defined __GNUC__
 #   if !defined _ISOC99_SOURCE



reply via email to

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