Changeset 0580615 in buchla-68k for ram/delpnts.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/delpnts.c

    r46d8069 r0580615  
    4949*/
    5050
    51 short
    52 delpnts()
     51short delpnts(void)
    5352{
    5453        register struct instpnt *pp;
     
    244243*/
    245244
    246 short
    247 inspnt(ip, fn, inpnt)
    248 register struct instdef *ip;
    249 short fn, inpnt;
     245short inspnt(struct instdef *ip, short fn, short inpnt)
    250246{
    251247        register char *fp1, *fp2;
Note: See TracChangeset for help on using the changeset viewer.