2008-08-2008 Ralf Corsépius <ralf.corsepius@rtems.org>

* libblock/src/nvdisk.c: Remove bool, true, false (unused, clashes
	with C99/POSIX).
This commit is contained in:
Ralf Corsepius
2008-08-20 07:16:02 +00:00
parent 16fa78edc5
commit 291557bba2
2 changed files with 5 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2008-08-2008 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/nvdisk.c: Remove bool, true, false (unused, clashes
with C99/POSIX).
2008-08-19 Cedric Aubert <cedric_aubert@yahoo.fr>
PR 500/misc

View File

@@ -54,13 +54,6 @@
#define RTEMS_NVDISK_TRACE 0
#endif
/**
* Provide a basic boolean type.
*/
#define bool int
#define true (1)
#define false (0)
/**
* NV Device Control holds the segment controls
*/