Automatic date update in version.in
[platform/upstream/binutils.git] / gdb / dfp.h
index 3bb28b1..d7a48df 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, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2007-2014 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,