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>
|
2005-01-07 Ralf Corsepius <ralf.corsepius@freenet.de>
|
||||||
|
|
||||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||||
|
|||||||
@@ -50,11 +50,9 @@ extern "C" {
|
|||||||
|
|
||||||
#ifndef TRUE
|
#ifndef TRUE
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#warning "TRUE was not defined, assuming default of 1"
|
|
||||||
#endif
|
#endif
|
||||||
#ifndef FALSE
|
#ifndef FALSE
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
#warning "FALSE was not defined, assuming default of 0"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user