mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
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>
|
||||
|
||||
* include/rtems/system.h: Bump revision number.
|
||||
|
||||
@@ -145,8 +145,6 @@ typedef void * proc_ptr;
|
||||
|
||||
#include <rtems/score/cpu.h> /* processor specific information */
|
||||
|
||||
#define stringify( _x ) # _x
|
||||
|
||||
#define RTEMS_offsetof(type, field) \
|
||||
((unsigned32) &(((type *) 0)->field))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user