Changeset e18ba7f in rtems


Ignore:
Timestamp:
11/09/99 22:25:55 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
70e9af9
Parents:
c73b8ac2
Message:

Commented out single letter type names since they conflict with
numerous other uses of the same variable.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/itron/include/itronsys/types.h

    rc73b8ac2 re18ba7f  
    1515
    1616/* XXX some of these may need to be moved */
     17/*
     18 *  XXX: These names are too short and conflict with numerous
     19 *       off the shell programs including paranoia.
     20 */
    1721
     22#if 0
    1823typedef signed8      B;       /* signed 8-bit integer */
    1924typedef signed16     H;       /* signed 16-bit integer */
     
    2227typedef unsigned16   UH;      /* unsigned 16-bit integer */
    2328typedef unsigned32   UW;      /* unsigned 32-bit integer */
     29#endif
    2430
    2531typedef unsigned32   VW;      /* unpredictable data type (32-bit size) */
  • cpukit/itron/include/itronsys/types.h

    rc73b8ac2 re18ba7f  
    1515
    1616/* XXX some of these may need to be moved */
     17/*
     18 *  XXX: These names are too short and conflict with numerous
     19 *       off the shell programs including paranoia.
     20 */
    1721
     22#if 0
    1823typedef signed8      B;       /* signed 8-bit integer */
    1924typedef signed16     H;       /* signed 16-bit integer */
     
    2227typedef unsigned16   UH;      /* unsigned 16-bit integer */
    2328typedef unsigned32   UW;      /* unsigned 32-bit integer */
     29#endif
    2430
    2531typedef unsigned32   VW;      /* unpredictable data type (32-bit size) */
Note: See TracChangeset for help on using the changeset viewer.