Changeset 7258c6a in buchla-68k for include/smdefs.h


Ignore:
Timestamp:
07/09/2017 04:45:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8618599
Parents:
0292fbb
Message:

Use standard integer types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/smdefs.h

    r0292fbb r7258c6a  
    1010        struct  sment   *nxt;
    1111        struct  sment   *prv;
    12         unsigned        vp;
    13         unsigned        sm;
     12        uint16_t        vp;
     13        uint16_t        sm;
    1414};
    1515
     
    1818        struct  sment   *nxt;
    1919        struct  sment   *prv;
    20         unsigned        val;
     20        uint16_t        val;
    2121};
    2222
Note: See TracChangeset for help on using the changeset viewer.