summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-04-18 08:01:17 -0700
committerKarl Berry <karl@freefriends.org>2021-04-18 08:01:17 -0700
commitf88ef0ae52b94a03959110c41c15a30b8eeeee41 (patch)
tree0c65fd56e6a42e12a006f6997892f32ea2ac74b1
parent295626fbd2e31d7fe9d86117b4d07708f3861b4b (diff)
downloadgnulib-f88ef0ae52b94a03959110c41c15a30b8eeeee41.tar.gz
gnulib-f88ef0ae52b94a03959110c41c15a30b8eeeee41.tar.bz2
lib/mini-gmp.c
-rw-r--r--lib/mini-gmp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/mini-gmp.h b/lib/mini-gmp.h
index 7d52d41fcc..59c24cf511 100644
--- a/lib/mini-gmp.h
+++ b/lib/mini-gmp.h
@@ -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.
@@ -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

Return to:

Send suggestions and report system problems to the System administrator.