summaryrefslogtreecommitdiffstats
path: root/gas/flonum.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-10-30 21:59:01 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-10-30 21:59:01 +0000
commitb041f888acb608ad6d70d30e5a6d19ae23a9b69c (patch)
tree50ae6e5a95fbd7ddafd6daaaf296cfb5b70287ce /gas/flonum.h
parent8e1a459b89eaace9fc44bf1734d1dfc4cd39a8f9 (diff)
downloadppe42-binutils-b041f888acb608ad6d70d30e5a6d19ae23a9b69c.tar.gz
ppe42-binutils-b041f888acb608ad6d70d30e5a6d19ae23a9b69c.zip
2000-10-30 Kazu Hirata <kazu@hxi.com>
* expr.c: Fix formatting. * flonum-copy.c: Likewise. * flonum.h: Likewise. * gasp.c: Likewise. * hash.c: Likewise.
Diffstat (limited to 'gas/flonum.h')
-rw-r--r--gas/flonum.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gas/flonum.h b/gas/flonum.h
index ace99a0e4b..d1a504288a 100644
--- a/gas/flonum.h
+++ b/gas/flonum.h
@@ -49,8 +49,7 @@
A sign value of 'P' means we've been asked to assemble +Inf
A sign value of 'N' means we've been asked to assemble -Inf
*/
-struct FLONUM_STRUCT
-{
+struct FLONUM_STRUCT {
LITTLENUM_TYPE *low; /* low order littlenum of a bignum */
LITTLENUM_TYPE *high; /* high order littlenum of a bignum */
LITTLENUM_TYPE *leader; /* -> 1st non-zero littlenum */
@@ -76,9 +75,8 @@ typedef struct FLONUM_STRUCT FLONUM_TYPE;
extern const FLONUM_TYPE flonum_positive_powers_of_ten[];
extern const FLONUM_TYPE flonum_negative_powers_of_ten[];
extern const int table_size_of_flonum_powers_of_ten;
-/* Flonum_XXX_powers_of_ten[] table has */
-/* legal indices from 0 to */
-/* + this number inclusive. */
+/* Flonum_XXX_powers_of_ten[] table has legal indices from 0 to
+ + this number inclusive. */
/***********************************************************************\
* *
OpenPOWER on IntegriCloud