summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/as/config/atof-ieee.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/as/config/atof-ieee.c')
-rw-r--r--gnu/usr.bin/as/config/atof-ieee.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/as/config/atof-ieee.c b/gnu/usr.bin/as/config/atof-ieee.c
index 5fa3a44..da9d730 100644
--- a/gnu/usr.bin/as/config/atof-ieee.c
+++ b/gnu/usr.bin/as/config/atof-ieee.c
@@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
-static char rcsid[] = "$Id$";
+static char rcsid[] = "$Id: atof-ieee.c,v 1.7 1997/02/22 15:44:21 peter Exp $";
#endif
#include "as.h"
@@ -174,7 +174,7 @@ LITTLENUM_TYPE *words; /* Build the binary here. */
generic_floating_point_number.low = bits + MAX_PRECISION;
generic_floating_point_number.high = NULL;
generic_floating_point_number.leader = NULL;
- generic_floating_point_number.exponent = NULL;
+ generic_floating_point_number.exponent = 0;
generic_floating_point_number.sign = '\0';
/* Use more LittleNums than seems */
OpenPOWER on IntegriCloud