daily update
[deliverable/binutils-gdb.git] / gas / flonum.h
index ace99a0e4b70dd2971dddfab8328416e7bb0321e..e50d9bf90f3da47f22d44fc7c435486b2002f8ce 100644 (file)
@@ -1,5 +1,5 @@
 /* flonum.h - Floating point package
-   Copyright (C) 1987, 90, 91, 92, 94, 95, 96, 2000
+   Copyright 1987, 1990, 1991, 1992, 1994, 1996, 2000
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
@@ -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.  */
 
 /***********************************************************************\
  *                                                                     *
This page took 0.024181 seconds and 4 git commands to generate.