Changeset 7258c6a in buchla-68k for ram/fcnote.c


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
  • ram/fcnote.c

    r0292fbb r7258c6a  
    1313#define TO_LFT          (TO_BAK + 1)
    1414
    15 extern  long    ctime;          /* time at cursor */
     15extern  int32_t ctime;          /* time at cursor */
    1616
    1717/*
     
    4141*/
    4242
    43 struct n_entry *fcnote(short grp, short tnote)
     43struct n_entry *fcnote(int16_t grp, int16_t tnote)
    4444{
    4545        register struct n_entry *bp, *ep;
    46         register short en, eg, et;
    47         long t_left;
     46        register int16_t en, eg, et;
     47        int32_t t_left;
    4848
    4949        /* setup initial search parameters */
Note: See TracChangeset for help on using the changeset viewer.