From a6d749ba45320e393f0faea85f4ebfffd9762d98 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 14 Jan 2005 05:13:32 +0000 Subject: 2005-01-14 Ralf Corsepius PR 742/rtems * score/include/rtems/system.h: Remove stringify(). --- cpukit/score/include/rtems/system.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index 8b21dd17c2..1092cf4aa1 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -143,8 +143,6 @@ typedef void * proc_ptr; #include #include /* processor specific information */ -#define stringify( _x ) # _x - #define RTEMS_offsetof(type, field) \ ((uint32_t ) &(((type *) 0)->field)) -- cgit v1.2.3