Changeset 1d6e0f99 in rtems


Ignore:
Timestamp:
11/14/02 18:31:49 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b04b5ca7
Parents:
6da99727
Message:

2002-11-14 Joel Sherrill <joel@…>

  • macros/rtems/score/object.inl: Keep consistent with inline version.
Location:
cpukit/score
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/ChangeLog

    r6da99727 r1d6e0f99  
     12002-11-14      Joel Sherrill <joel@OARcorp.com>
     2
     3        * macros/rtems/score/object.inl: Keep consistent with inline version.
     4
    152002-10-31      Joel Sherrill <joel@OARcorp.com>
    26
  • cpukit/score/macros/rtems/score/object.inl

    r6da99727 r1d6e0f99  
    183183#define _Objects_Namespace_remove( _information, _the_object ) \
    184184  (_the_object)->name = 0; \
    185   _Objects_Clear_name( (_the_object)->name, (_information)->name_length )
     185  /* _Objects_Clear_name( (_the_object)->name, (_information)->name_length ) */
    186186
    187187#endif
Note: See TracChangeset for help on using the changeset viewer.