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

    r46d8069 r0580615  
    1010#include "fields.h"
    1111
    12 extern  short   infield();
     12extern  short   infield(short row, short col, struct fet *fetp);
    1313
    1414extern  short   cmtype;
     
    2525*/
    2626
    27 setgc(xv, yv)
    28 register short xv, yv;
     27void setgc(short xv, short yv)
    2928{
    3029        gcurpos(xv, yv);
     
    5554*/
    5655
    57 settc(rv, cv)
    58 register short rv, cv;
     56void settc(short rv, short cv)
    5957{
    6058        itcpos(rv, cv);
Note: See TracChangeset for help on using the changeset viewer.