summaryrefslogtreecommitdiff
path: root/ace/os_include/float.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/float.h')
-rw-r--r--ace/os_include/float.h20
1 files changed, 15 insertions, 5 deletions
diff --git a/ace/os_include/float.h b/ace/os_include/float.h
index 4b65f62e4cf..18c185298a8 100644
--- a/ace/os_include/float.h
+++ b/ace/os_include/float.h
@@ -2,19 +2,19 @@
//=============================================================================
/**
- * @file float.h
+ * @file os_float.h
*
* floating types
*
* $Id$
*
- * @author Don Hinton <dhinton@ieee.org>
+ * @author Don Hinton <dhinton@dresystems.com>
* @author This code was originally in various places including ace/OS.h.
*/
//=============================================================================
-#ifndef ACE_OS_INCLUDE_FLOAT_H
-#define ACE_OS_INCLUDE_FLOAT_H
+#ifndef ACE_OS_INCLUDE_OS_FLOAT_H
+#define ACE_OS_INCLUDE_OS_FLOAT_H
#include "ace/pre.h"
@@ -28,5 +28,15 @@
# include /**/ <float.h>
#endif /* !ACE_LACKS_FLOAT_H */
+// Place all additions (especially function declarations) within extern "C" {}
+#ifdef __cplusplus
+extern "C"
+{
+#endif /* __cplusplus */
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#include "ace/post.h"
-#endif /* ACE_OS_INCLUDE_FLOAT_H */
+#endif /* ACE_OS_INCLUDE_OS_FLOAT_H */