aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/decContext.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-06-01 19:40:44 +0000
committerDJ Delorie <dj@redhat.com>2009-06-01 19:40:44 +0000
commit52d6785fd97bd443c21c8de17903ec138fe9fa2f (patch)
treec9062715eb093a15b9806db5f2d33184b09d52e7 /libdecnumber/decContext.h
parentc141c6961a837a93efb15536de339f466ff2f3b5 (diff)
downloadfsf-binutils-gdb-52d6785fd97bd443c21c8de17903ec138fe9fa2f.zip
fsf-binutils-gdb-52d6785fd97bd443c21c8de17903ec138fe9fa2f.tar.gz
fsf-binutils-gdb-52d6785fd97bd443c21c8de17903ec138fe9fa2f.tar.bz2
merge from gcc
Diffstat (limited to 'libdecnumber/decContext.h')
-rw-r--r--libdecnumber/decContext.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libdecnumber/decContext.h b/libdecnumber/decContext.h
index d6c75f1..ae0ca07 100644
--- a/libdecnumber/decContext.h
+++ b/libdecnumber/decContext.h
@@ -245,6 +245,10 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#include "decContextSymbols.h"
+ #ifdef __cplusplus
+ extern "C" {
+ #endif
+
extern decContext * decContextClearStatus(decContext *, uint32_t);
extern decContext * decContextDefault(decContext *, int32_t);
extern enum rounding decContextGetRounding(decContext *);
@@ -262,4 +266,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
extern uint32_t decContextTestStatus(decContext *, uint32_t);
extern decContext * decContextZeroStatus(decContext *);
+ #ifdef __cplusplus
+ }
+ #endif
+
#endif