Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-11-18 20:40:21 +0300
committerCorinna Vinschen <corinna@vinschen.de>2005-11-18 20:40:21 +0300
commitef1206e45b813da90e2d249c28d0f60aac340d1a (patch)
tree7c3d4587b57645670438d66a6846e3ca73f5069a /newlib/libc
parentbc293af0e55a6ffb584ea62b57fff9878309c187 (diff)
* libc/include/ieeefp.h: Add C++ guards.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/ieeefp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/include/ieeefp.h b/newlib/libc/include/ieeefp.h
index 78bb5bf62..970ea4543 100644
--- a/newlib/libc/include/ieeefp.h
+++ b/newlib/libc/include/ieeefp.h
@@ -5,6 +5,8 @@
#include <machine/ieeefp.h>
+_BEGIN_STD_C
+
/* FIXME FIXME FIXME:
Neither of __ieee_{float,double}_shape_tape seem to be used anywhere
except in libm/test. If that is the case, please delete these from here.
@@ -238,4 +240,6 @@ int _EXFUN(finitef, (float));
#endif /* _DOUBLE_IS_32BITS */
+_END_STD_C
+
#endif /* _IEEE_FP_H_ */