mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Remove bool, true, false.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user