gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / libdecnumber / decNumber.h
index 73a2fd033e9ce7ff865c0259b285b59f796107f0..09740a67f27048c5cf9f028d536ba96f7de447d4 100644 (file)
@@ -1,5 +1,5 @@
 /* Decimal number arithmetic module header for the decNumber C Library.
-   Copyright (C) 2005, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2018 Free Software Foundation, Inc.
    Contributed by IBM Corporation.  Author Mike Cowlishaw.
 
    This file is part of GCC.
@@ -108,6 +108,10 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 
   #include "decNumberSymbols.h"
 
+  #ifdef __cplusplus
+  extern "C" {
+  #endif
+
   /* Conversions                                                     */
   decNumber * decNumberFromInt32(decNumber *, int32_t);
   decNumber * decNumberFromUInt32(decNumber *, uint32_t);
@@ -192,4 +196,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
                                    && (((dn)->bits&DECSPECIAL)==0))
   #define decNumberRadix(dn)      (10)
 
+  #ifdef __cplusplus
+  }
+  #endif
+
 #endif
This page took 0.023644 seconds and 4 git commands to generate.