diff options
author | DJ Delorie <dj@redhat.com> | 2009-06-01 19:40:44 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-06-01 19:40:44 +0000 |
commit | 52d6785fd97bd443c21c8de17903ec138fe9fa2f (patch) | |
tree | c9062715eb093a15b9806db5f2d33184b09d52e7 /libdecnumber/dpd/decimal128.h | |
parent | c141c6961a837a93efb15536de339f466ff2f3b5 (diff) | |
download | gdb-52d6785fd97bd443c21c8de17903ec138fe9fa2f.zip gdb-52d6785fd97bd443c21c8de17903ec138fe9fa2f.tar.gz gdb-52d6785fd97bd443c21c8de17903ec138fe9fa2f.tar.bz2 |
merge from gcc
Diffstat (limited to 'libdecnumber/dpd/decimal128.h')
-rw-r--r-- | libdecnumber/dpd/decimal128.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libdecnumber/dpd/decimal128.h b/libdecnumber/dpd/decimal128.h index 5214373..3c83c81 100644 --- a/libdecnumber/dpd/decimal128.h +++ b/libdecnumber/dpd/decimal128.h @@ -79,6 +79,10 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "decimal128Symbols.h" + #ifdef __cplusplus + extern "C" { + #endif + /* String conversions */ decimal128 * decimal128FromString(decimal128 *, const char *, decContext *); char * decimal128ToString(const decimal128 *, char *); @@ -93,4 +97,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see uint32_t decimal128IsCanonical(const decimal128 *); decimal128 * decimal128Canonical(decimal128 *, const decimal128 *); + #ifdef __cplusplus + } + #endif + #endif |