summaryrefslogtreecommitdiff
path: root/mini-gmp
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2021-04-16 16:48:15 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2021-04-16 16:48:15 +0200
commit2799052cda2157b8f4014f5b407b8c511e03f4e0 (patch)
treed22bd6984708f62a363736fe69c009e0ab41ccdf /mini-gmp
parentaa209cfbf7e3002e526884f79f465e88a15d0a3b (diff)
downloadgmp-2799052cda2157b8f4014f5b407b8c511e03f4e0.tar.gz
mini-gmp/mini-gmp.h: Update FILE tests from gmp-h
Diffstat (limited to 'mini-gmp')
-rw-r--r--mini-gmp/mini-gmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mini-gmp/mini-gmp.h b/mini-gmp/mini-gmp.h
index 7d52d41fc..80bb912b4 100644
--- a/mini-gmp/mini-gmp.h
+++ b/mini-gmp/mini-gmp.h
@@ -296,6 +296,7 @@ int mpz_init_set_str (mpz_t, const char *, int);
|| 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