forked from Imagelibrary/rtems
2005-01-07 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Remove warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-01-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems/score/cpu.h: Remove warnings.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@freenet.de>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
@@ -50,11 +50,9 @@ extern "C" {
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#warning "TRUE was not defined, assuming default of 1"
|
||||
#endif
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#warning "FALSE was not defined, assuming default of 0"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user