Ignore:
Timestamp:
01/14/05 05:13:32 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7f1a915
Parents:
ab660e77
Message:

2005-01-14 Ralf Corsepius <ralf.corsepius@…>

PR 742/rtems

  • score/include/rtems/system.h: Remove stringify().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/include/rtems/system.h

    rab660e77 ra6d749b  
    144144#include <rtems/score/cpu.h>        /* processor specific information */
    145145
    146 #define stringify( _x ) # _x
    147 
    148146#define RTEMS_offsetof(type, field) \
    149147        ((uint32_t  ) &(((type *) 0)->field))
Note: See TracChangeset for help on using the changeset viewer.