From f66fc4b100a9b84f116ddf3b92b42ad5ddf1a5db Mon Sep 17 00:00:00 2001 From: Marcus Comstedt <marcus@mc.pp.se> Date: Thu, 30 Jul 1998 16:56:58 +0200 Subject: [PATCH] Added the declaration that Hubbe forgot... Rev: src/modules/sprintf/sprintf.c:1.25 --- src/modules/sprintf/sprintf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modules/sprintf/sprintf.c b/src/modules/sprintf/sprintf.c index 33e09ec097..3d5898cb86 100644 --- a/src/modules/sprintf/sprintf.c +++ b/src/modules/sprintf/sprintf.c @@ -96,7 +96,7 @@ */ #include "global.h" -RCSID("$Id: sprintf.c,v 1.24 1998/07/29 22:59:10 hubbe Exp $"); +RCSID("$Id: sprintf.c,v 1.25 1998/07/30 14:56:58 marcus Exp $"); #include "error.h" #include "array.h" #include "svalue.h" @@ -932,6 +932,9 @@ static string low_pike_sprintf(char *format, INT32 l; #ifdef DOUBLE_IS_IEEE_LITTLE double td; +#endif +#ifdef DOUBLE_IS_IEEE_BIG + double td; #endif DO_OP(); l=4; -- GitLab