From e91c4bc8e9cee97b1d3a8d031429c235df3bb22c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Sep 2008 03:04:11 +0000 Subject: Do not define rtems_boolean, rtems_single, rtems_double unless RTEMS_DEPRECATED_TYPES is given. --- cpukit/rtems/include/rtems/rtems/types.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'cpukit/rtems/include') diff --git a/cpukit/rtems/include/rtems/rtems/types.h b/cpukit/rtems/include/rtems/rtems/types.h index 0eb53c30bb..d3907d20e4 100644 --- a/cpukit/rtems/include/rtems/rtems/types.h +++ b/cpukit/rtems/include/rtems/rtems/types.h @@ -24,10 +24,6 @@ */ /**@{*/ -#ifdef __cplusplus -extern "C" { -#endif - /* * RTEMS basic type definitions */ @@ -44,7 +40,12 @@ extern "C" { #include #endif +#ifdef __cplusplus +extern "C" { +#endif + /** This type defines a single precision float. */ +#ifdef RTEMS_DEPRECATED_TYPES typedef single_precision rtems_single; /** This type defines a double precision float. */ @@ -52,6 +53,7 @@ typedef double_precision rtems_double; /** This type defines the RTEMS boolean type . */ typedef boolean rtems_boolean; +#endif /** This type defines is for Classic API object names. */ typedef uint32_t rtems_name; -- cgit v1.2.3