forked from Imagelibrary/rtems
2008-04-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/system.h: Fix typo in comment.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-04-25 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* score/include/rtems/system.h: Fix typo in comment.
|
||||||
|
|
||||||
2008-02-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-02-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1277/networking
|
PR 1277/networking
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ typedef void * proc_ptr;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined( FALSE ) || (FALSE != 0)
|
#if !defined( FALSE ) || (FALSE != 0)
|
||||||
/** Boolean constant TRUE */
|
/** Boolean constant FALSE */
|
||||||
#undef FALSE
|
#undef FALSE
|
||||||
#define FALSE (0)
|
#define FALSE (0)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user