Changeset 5c0d4fd in rtems for cpukit/libblock


Ignore:
Timestamp:
08/21/08 04:32:11 (16 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
199a0d3
Parents:
182aecb
Message:

Remove bool, true, false.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libblock/src/flashdisk.c

    r182aecb r5c0d4fd  
    127127#define RTEMS_FDISK_TRACE 1
    128128#endif
    129 
    130 /**
    131  * Provide a basic boolean type.
    132  */
    133 #define bool  int
    134 #define true  (1)
    135 #define false (0)
    136129
    137130/**
Note: See TracChangeset for help on using the changeset viewer.