Changeset 0c834c5 in buchla-68k for vlib


Ignore:
Timestamp:
07/08/2017 05:56:38 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
60288f5
Parents:
342a56f
Message:

Prototypes for global function pointers. Consistent global types.

Location:
vlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vlib/lseg.c

    r342a56f r0c834c5  
    77*/
    88
    9 short   (*point)();
     9void    (*point)(short x, short y, short pen);
    1010
    1111#define ABS(x)  ((x) < 0 ? (-(x)) : (x))
  • vlib/vhinit.c

    r342a56f r0c834c5  
    2222#define VREG(h,v)       ((h<<10)|v)
    2323
    24 extern  int     cgtable[];
     24extern  int     cgtable[][256];
    2525extern  int     cg_rows;
    2626
Note: See TracChangeset for help on using the changeset viewer.