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:23:21 +00:00
parent e8ece0b494
commit 0a7bcfd60a
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().
2004-10-18 Joel Sherrill <joel@OARcorp.com>
* include/rtems/system.h: Bump revision number.

View File

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