Changeset b28a12e in buchla-68k for vlib/vhinit.c


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vhinit.c

    r39a696b rb28a12e  
    1616#define FASTCHIP        1       /* non-zero if it's the fast VSDD chip */
    1717
    18 #include "all.h"
     18#include "ram.h"
    1919
    2020#define VREG(h,v)       ((h<<10)|v)
    21 
    22 extern  int16_t cgtable[][256];
    23 extern  int16_t cg_rows;
    2421
    2522struct octent   v_obtab[16];    /* object control table */
Note: See TracChangeset for help on using the changeset viewer.