2005-01-07 Joel Sherrill <joel@OARcorp.com>

* rtems/score/cpu.h: Remove warnings.
This commit is contained in:
Joel Sherrill
2005-01-07 14:35:53 +00:00
parent dc7f3476f5
commit 28e9f4521a
2 changed files with 4 additions and 2 deletions

View File

@@ -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.

View File

@@ -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