[Gmp-commit] /var/hg/gmp-6.2: mini-gmp/mini-gmp.h: Update FILE tests from gmp-h

mercurial at gmplib.org mercurial at gmplib.org
Sat Oct 30 06:57:28 UTC 2021


details:   /var/hg/gmp-6.2/rev/402b9c4efacb
changeset: 18136:402b9c4efacb
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Sat Oct 30 08:57:18 2021 +0200
description:
mini-gmp/mini-gmp.h: Update FILE tests from gmp-h

diffstat:

 mini-gmp/mini-gmp.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 561a9c25298e -r 402b9c4efacb mini-gmp/mini-gmp.h
--- a/mini-gmp/mini-gmp.h	Thu Oct 21 19:06:49 2021 +0200
+++ b/mini-gmp/mini-gmp.h	Sat Oct 30 08:57:18 2021 +0200
@@ -1,6 +1,6 @@
 /* mini-gmp, a minimalistic implementation of a GNU GMP subset.
 
-Copyright 2011-2015, 2017, 2019-2020 Free Software Foundation, Inc.
+Copyright 2011-2015, 2017, 2019-2021 Free Software Foundation, Inc.
 
 This file is part of the GNU MP Library.
 
@@ -292,6 +292,7 @@
   || defined (_STDIO_H_INCLUDED)      /* QNX4 */		\
   || defined (_ISO_STDIO_ISO_H)       /* Sun C++ */		\
   || defined (__STDIO_LOADED)         /* VMS */			\
+  || defined (_STDIO)                 /* HPE NonStop */         \
   || defined (__DEFINED_FILE)         /* musl */
 size_t mpz_out_str (FILE *, int, const mpz_t);
 #endif


More information about the gmp-commit mailing list