]> Savannah Git Hosting - gnulib.git/commitdiff
autoupdate
authorKarl Berry <karl@freefriends.org>
Thu, 31 Dec 2020 16:41:43 +0000 (08:41 -0800)
committerKarl Berry <karl@freefriends.org>
Thu, 31 Dec 2020 16:41:43 +0000 (08:41 -0800)
lib/mini-gmp.h

index 7d52d41fcc27e84628cb93e16057c630d9aa2ff9..ef64823d40ff77bb756d3582efb1ee83b0b09e04 100644 (file)
@@ -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 Free Software Foundation, Inc.
 
 This file is part of the GNU MP Library.
 
@@ -295,8 +295,7 @@ int mpz_init_set_str (mpz_t, const char *, int);
   || defined (_MSL_STDIO_H)           /* Metrowerks */          \
   || defined (_STDIO_H_INCLUDED)      /* QNX4 */               \
   || defined (_ISO_STDIO_ISO_H)       /* Sun C++ */            \
-  || defined (__STDIO_LOADED)         /* VMS */                        \
-  || defined (__DEFINED_FILE)         /* musl */
+  || defined (__STDIO_LOADED)         /* VMS */
 size_t mpz_out_str (FILE *, int, const mpz_t);
 #endif