Remove bool, true, false.

This commit is contained in:
Ralf Corsepius
2008-08-21 04:32:11 +00:00
parent 182aecb9c6
commit 5c0d4fd8ab

View File

@@ -127,13 +127,6 @@
#define RTEMS_FDISK_TRACE 1
#endif
/**
* Provide a basic boolean type.
*/
#define bool int
#define true (1)
#define false (0)
/**
* The start of a segment has a segment control table. This hold the CRC and
* block number for the page.