summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/score/ChangeLog4
-rw-r--r--cpukit/score/macros/rtems/score/object.inl2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index b9dad3669a..1d9b10abd4 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-14 Joel Sherrill <joel@OARcorp.com>
+
+ * macros/rtems/score/object.inl: Keep consistent with inline version.
+
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* src/heapgetinfo.c: Fixed comment.
diff --git a/cpukit/score/macros/rtems/score/object.inl b/cpukit/score/macros/rtems/score/object.inl
index 10721497f2..8a30304161 100644
--- a/cpukit/score/macros/rtems/score/object.inl
+++ b/cpukit/score/macros/rtems/score/object.inl
@@ -182,7 +182,7 @@
#define _Objects_Namespace_remove( _information, _the_object ) \
(_the_object)->name = 0; \
- _Objects_Clear_name( (_the_object)->name, (_information)->name_length )
+ /* _Objects_Clear_name( (_the_object)->name, (_information)->name_length ) */
#endif
/* end of include file */