From b2629475d8f5f11c3c588046384f2e9c1f34e0a9 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sat, 3 Mar 2012 15:40:45 +0100 Subject: Clean out __GMP_PROTO. --- printf/printffuns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'printf') diff --git a/printf/printffuns.c b/printf/printffuns.c index 4f4e74d98..89c9589fc 100644 --- a/printf/printffuns.c +++ b/printf/printffuns.c @@ -37,7 +37,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ /* SunOS 4 stdio.h doesn't provide a prototype for this */ #if ! HAVE_DECL_VFPRINTF -int vfprintf __GMP_PROTO ((FILE *, const char *, va_list)); +int vfprintf (FILE *, const char *, va_list); #endif -- cgit v1.2.1