summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-14 05:23:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-14 05:23:21 +0000
commit0a7bcfd60af88bc29ec65368145f9887a7921f1f (patch)
tree3275ab71edb1a30ffa1dd163186192cc810340b8
parent2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0a7bcfd60af88bc29ec65368145f9887a7921f1f.tar.bz2
2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 742/rtems * score/include/rtems/system.h: Remove stringify().
-rw-r--r--cpukit/score/ChangeLog5
-rw-r--r--cpukit/score/include/rtems/system.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index c7a5ec2fca..df9b8ae2c9 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -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.
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index b96d58a036..22895adb25 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -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))