Changeset 7258c6a in buchla-68k for include/neddefs.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/neddefs.h

    r0292fbb r7258c6a  
    88*/
    99
    10 extern  short   noteop, notesel;
     10extern  int16_t noteop, notesel;
    1111
    12 extern  long    t_note;
     12extern  int32_t t_note;
    1313
    1414extern  struct  n_entry *p_nbeg, *p_nend;
Note: See TracChangeset for help on using the changeset viewer.