summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-14 18:31:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-14 18:31:49 +0000
commit1d6e0f9922898023192f8357f350f40dd037824a (patch)
treef74597a5c8e2d6982e5fd0ba9f75299c3c432eb7
parent2002-11-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1d6e0f9922898023192f8357f350f40dd037824a.tar.bz2
2002-11-14 Joel Sherrill <joel@OARcorp.com>
* macros/rtems/score/object.inl: Keep consistent with inline version.
-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 */