Re: mini-gmp.h FILE test update from gmp.h

2020-09-17 Thread Marco Bodrato

Ciao,

Il 2020-09-16 14:35 Vincent Lefevre ha scritto:

In mini-gmp/mini-gmp.h, concerning FILE tests:

/* This long list taken from gmp.h. */

but the list in GMP 6.2.0 and the current repository is not up-to-date.


I re-synced the lists, thanks!

Ĝis,
m
___
gmp-bugs mailing list
gmp-bugs@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-bugs


mini-gmp.h FILE test update from gmp.h

2020-09-16 Thread Vincent Lefevre
In mini-gmp/mini-gmp.h, concerning FILE tests:

/* This long list taken from gmp.h. */

but the list in GMP 6.2.0 and the current repository is not up-to-date.
See attached patch.

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
diff -r 57547dbdd7d4 mini-gmp/mini-gmp.h
--- a/mini-gmp/mini-gmp.h   Fri Sep 11 01:15:37 2020 +0200
+++ b/mini-gmp/mini-gmp.h   Wed Sep 16 14:29:52 2020 +0200
@@ -295,7 +295,8 @@
   || defined (_MSL_STDIO_H)   /* Metrowerks */  \
   || defined (_STDIO_H_INCLUDED)  /* QNX4 */   \
   || defined (_ISO_STDIO_ISO_H)   /* Sun C++ */\
-  || defined (__STDIO_LOADED) /* VMS */
+  || defined (__STDIO_LOADED) /* VMS */\
+  || defined (__DEFINED_FILE) /* musl */
 size_t mpz_out_str (FILE *, int, const mpz_t);
 #endif
 
___
gmp-bugs mailing list
gmp-bugs@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-bugs