Changeset 06ccda2 in buchla-68k for iolib/dofmt.c


Ignore:
Timestamp:
07/08/2017 10:08:44 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
b8080f6
Parents:
6d3de83
Message:

Don't mix function and variable declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iolib/dofmt.c

    r6d3de83 r06ccda2  
    3838
    3939#if     CRUFTY
    40 extern  long    uldiv(), uldivr;
     40extern  long    uldiv();
     41extern  long    uldivr;
    4142#endif
    4243
Note: See TracChangeset for help on using the changeset viewer.