]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
stdio-h: Remove support for IRIX.
authorBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 21:16:34 +0000 (23:16 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 21:16:34 +0000 (23:16 +0200)
* lib/stdio.in.h (_PRINTF_NAN_LEN_MAX): Remove code for IRIX.

ChangeLog
lib/stdio.in.h

index 8bacca3b36118a8bdc2ace5a375dfc62af82e6e0..98b9f54953bfb49fbdb75ebb1d0186f9363632a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2025-09-10  Bruno Haible  <bruno@clisp.org>
 
+       stdio-h: Remove support for IRIX.
+       * lib/stdio.in.h (_PRINTF_NAN_LEN_MAX): Remove code for IRIX.
+
        stdint-h: Remove support for IRIX.
        * lib/stdint.in.h: Don't define __STDINT_H__.
 
index 3de226811adc22c166e9ec74aecd056cfc7b91d8..5370583470a68cddfa312f6bb6674d5af494106b 100644 (file)
    - with MSVC ucrt: "[-]nan" or "[-]nan(ind)" or "[-]nan(snan)",
    - with mingw: "[-]1.#IND" or "[-]1.#QNAN".  */
 #  define _PRINTF_NAN_LEN_MAX 10
-# elif defined __sgi
-/* On IRIX, the output typically is "[-]nan0xNNNNNNNN" with 8 hexadecimal
-   digits.  */
-#  define _PRINTF_NAN_LEN_MAX 14
 # else
 /* We don't know, but 32 should be a safe maximum.  */
 #  define _PRINTF_NAN_LEN_MAX 32