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().
|
||||
|
||||
2005-01-13 Joel Sherrill <joel@oarcorp.com>
|
||||
Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
|
||||
@@ -143,8 +143,6 @@ typedef void * proc_ptr;
|
||||
#include <rtems/stdint.h>
|
||||
#include <rtems/score/cpu.h> /* processor specific information */
|
||||
|
||||
#define stringify( _x ) # _x
|
||||
|
||||
#define RTEMS_offsetof(type, field) \
|
||||
((uint32_t ) &(((type *) 0)->field))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user