Changeset a9cb0b0 in rtems


Ignore:
Timestamp:
09/11/08 14:12:52 (16 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 5, master
Children:
6176ff0
Parents:
6162bc2
Message:

2008-09-11 Ralf Corsépius <ralf.corsepius@…>

  • rtems/include/rtems/rtems/types.h: Do not define rtems_boolean, rtems_single, rtems_double unless RTEMS_DEPRECATED_TYPES is given.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r6162bc2 ra9cb0b0  
     12008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * rtems/include/rtems/rtems/types.h: Do not define rtems_boolean,
     4        rtems_single, rtems_double unless RTEMS_DEPRECATED_TYPES is given.
     5
    162008-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
    27
  • cpukit/rtems/include/rtems/rtems/types.h

    r6162bc2 ra9cb0b0  
    2525/**@{*/
    2626
    27 #ifdef __cplusplus
    28 extern "C" {
    29 #endif
    30 
    3127/*
    3228 *  RTEMS basic type definitions
     
    4541#endif
    4642
     43#ifdef __cplusplus
     44extern "C" {
     45#endif
     46
    4747/** This type defines a single precision float. */
     48#ifdef RTEMS_DEPRECATED_TYPES
    4849typedef single_precision rtems_single;
    4950
     
    5354/** This type defines the RTEMS boolean type . */
    5455typedef boolean          rtems_boolean;
     56#endif
    5557
    5658/** This type defines is for Classic API object names. */
Note: See TracChangeset for help on using the changeset viewer.