Increase minor version number (to 2.10.91) to help tools detect the new
[deliverable/binutils-gdb.git] / gas / flonum-konst.c
index 6c712ab8fdf05e505681aef41803b472d8fde633..09ec3b6f0ab7f3410a682fd859ba40f7604a798e 100644 (file)
@@ -1,5 +1,6 @@
 /* flonum_const.c - Useful Flonum constants
-   Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1987, 90, 91, 92, 93, 94, 95, 1996
+   Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -14,8 +15,9 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with GAS; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   along with GAS; see the file COPYING.  If not, write to the Free
+   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+   02111-1307, USA.  */
 
 #include <ansidecl.h>
 #include "flonum.h"
@@ -23,7 +25,6 @@
    sure if its right or not.  Could go either way.  I wish
    I really understood this stuff. */
 
-
 const int table_size_of_flonum_powers_of_ten = 13;
 
 static const LITTLENUM_TYPE zero[] =
@@ -202,6 +203,8 @@ const FLONUM_TYPE flonum_positive_powers_of_ten[] =
 };
 
 #ifdef VMS
-void dummy1 () { }
+void
+dummy1 ()
+{
+}
 #endif
-/* end of flonum_const.c */
This page took 0.026599 seconds and 4 git commands to generate.