daily update
[deliverable/binutils-gdb.git] / gdb / dfp.h
index c7989569871080a4e0163f7d3066ad0591b43257..2789b31da675b83d702813e7660cfbf410d68534 100644 (file)
--- a/gdb/dfp.h
+++ b/gdb/dfp.h
@@ -1,6 +1,6 @@
 /* Decimal floating point support for GDB.
 
-   Copyright 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright 2007-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -30,7 +30,8 @@
 #define MAX_DECIMAL_STRING  43
 
 extern void decimal_to_string (const gdb_byte *, int, enum bfd_endian, char *);
-extern int decimal_from_string (gdb_byte *, int, enum bfd_endian, const char *);
+extern int decimal_from_string (gdb_byte *, int, enum bfd_endian,
+                               const char *);
 extern void decimal_from_integral (struct value *from, gdb_byte *to,
                                   int len, enum bfd_endian byte_order);
 extern void decimal_from_floating (struct value *from, gdb_byte *to,
This page took 0.029179 seconds and 4 git commands to generate.