Changeset b28a12e in buchla-68k for ram/setv2gi.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
  • ram/setv2gi.c

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern void execins(int16_t vce, int16_t ins, int16_t tag);
    11 
    12 extern  int16_t curinst;
    13 extern  int16_t curvce;
    14 
    15 extern  int16_t ins2grp[];
    16 extern  int16_t s_inst[];
    17 extern  int16_t vce2grp[];
    18 
    19 extern  struct  instdef vbufs[];
    20 
    21 /*
    22 
    23 */
     8#include "ram.h"
    249
    2510/*
Note: See TracChangeset for help on using the changeset viewer.