2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org>

PR 742/rtems
	* score/include/rtems/system.h: Remove stringify().
This commit is contained in:
Ralf Corsepius
2005-01-14 05:13:32 +00:00
parent ab660e7740
commit a6d749ba45
2 changed files with 5 additions and 2 deletions

View File

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

View File

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