Changeset 599d89b in buchla-68k for ram/wdfield.c


Ignore:
Timestamp:
07/09/2017 01:17:57 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
002f873
Parents:
6dd74a9
Message:

Missing return values. Missing int declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/wdfield.c

    r6dd74a9 r599d89b  
    192192*/
    193193
    194 updfpu()
     194void updfpu()
    195195{
    196196        register short i;
     
    232232*/
    233233
    234 wsupd()
     234void wsupd()
    235235{
    236236        register short i;
     
    265265*/
    266266
    267 whupd()
     267void whupd()
    268268{
    269269        register short i;
     
    291291*/
    292292
    293 pntsup()
     293void pntsup()
    294294{
    295295        register struct instdef *ip;
     
    367367*/
    368368
    369 wdintp()
     369void wdintp()
    370370{
    371371        register struct instdef *ip;
     
    781781                return(FAILURE);
    782782        }
     783
     784        return(FAILURE);
    783785}
    784786
     
    848850*/
    849851
    850 wdfield()
     852void wdfield()
    851853{
    852854        curslim = 307;
Note: See TracChangeset for help on using the changeset viewer.