From 1d6e0f9922898023192f8357f350f40dd037824a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 14 Nov 2002 18:31:49 +0000 Subject: 2002-11-14 Joel Sherrill * macros/rtems/score/object.inl: Keep consistent with inline version. --- cpukit/score/ChangeLog | 4 ++++ cpukit/score/macros/rtems/score/object.inl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * macros/rtems/score/object.inl: Keep consistent with inline version. + 2002-10-31 Joel Sherrill * 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 */ -- cgit v1.2.3