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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern void advicur(void);
    11 extern void dosync(int16_t vce);
    12 
    13 extern  uint16_t        *instob;
    14 
    15 extern  int16_t curvce;
    16 extern  int16_t stccol;
    17 extern  int16_t stcrow;
    18 extern  int16_t wmcsel;
    19 extern  int16_t wmctag;
    20 
    21 extern  int8_t  dspbuf[];
    22 
    23 extern  int16_t idbox[][8];
    24 
    25 extern  struct  instdef vbufs[];
    26 
    27 extern  struct  wstbl   wslib[];
    28 
    29 /*
    30 
    31 */
     8#include "ram.h"
    329
    3310/*
Note: See TracChangeset for help on using the changeset viewer.