Changeset 0580615 in buchla-68k for ram/etires.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etires.c

    r46d8069 r0580615  
    5454*/
    5555
    56 short
    57 et_ires(n)
    58 short n;
     56short et_ires(short n)
    5957{
    6058        if (curfunc NE 4)
     
    7371*/
    7472
    75 short
    76 ef_ires(n)
    77 short n;
     73short ef_ires(short n)
    7874{
    7975        register short tmpval;
     
    10197*/
    10298
    103 short
    104 rd_ires(n)
    105 short n;
     99short rd_ires(short n)
    106100{
    107101        register struct idfnhdr *fp;
     
    134128*/
    135129
    136 short
    137 nd_ires(n, k)
    138 short n;
    139 register short  k;
     130short nd_ires(short n, short k)
    140131{
    141132        if (curfunc NE 4)
Note: See TracChangeset for help on using the changeset viewer.