aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/as
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-09-18 14:08:40 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-09-18 14:08:40 +0000
commitd030d2d2aee170303ffb5eed3183616ef7ddfbb4 (patch)
tree1ff40baf2bdd10f9e8275383efc4508d3e4dd2ad /gnu/usr.bin/as
parent06bba905d06c4ca139b00432a8c86b2db9aeb5d8 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/as')
-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 5fa3a4467f03..da9d73063fb3 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 */