Skip to content
Snippets Groups Projects
Commit f66fc4b1 authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Added the declaration that Hubbe forgot...

Rev: src/modules/sprintf/sprintf.c:1.25
parent bf2716f6
Branches
Tags
No related merge requests found
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
*/ */
#include "global.h" #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 "error.h"
#include "array.h" #include "array.h"
#include "svalue.h" #include "svalue.h"
...@@ -932,6 +932,9 @@ static string low_pike_sprintf(char *format, ...@@ -932,6 +932,9 @@ static string low_pike_sprintf(char *format,
INT32 l; INT32 l;
#ifdef DOUBLE_IS_IEEE_LITTLE #ifdef DOUBLE_IS_IEEE_LITTLE
double td; double td;
#endif
#ifdef DOUBLE_IS_IEEE_BIG
double td;
#endif #endif
DO_OP(); DO_OP();
l=4; l=4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment