forked from Imagelibrary/rtems
2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 742/rtems * score/include/rtems/system.h: Remove stringify().
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
PR 742/rtems
|
||||||
|
* score/include/rtems/system.h: Remove stringify().
|
||||||
|
|
||||||
2004-10-18 Joel Sherrill <joel@OARcorp.com>
|
2004-10-18 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* include/rtems/system.h: Bump revision number.
|
* include/rtems/system.h: Bump revision number.
|
||||||
|
|||||||
@@ -145,8 +145,6 @@ typedef void * proc_ptr;
|
|||||||
|
|
||||||
#include <rtems/score/cpu.h> /* processor specific information */
|
#include <rtems/score/cpu.h> /* processor specific information */
|
||||||
|
|
||||||
#define stringify( _x ) # _x
|
|
||||||
|
|
||||||
#define RTEMS_offsetof(type, field) \
|
#define RTEMS_offsetof(type, field) \
|
||||||
((unsigned32) &(((type *) 0)->field))
|
((unsigned32) &(((type *) 0)->field))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user