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

    r39a696b rb28a12e  
    88#define DEBUGIT         0
    99
    10 #include "all.h"
    11 
    12 #if     DEBUGIT
    13 extern  short   debugsw;
    14 #endif
    15 
    16 extern  int8_t  *numblk(int8_t *buf, int16_t n);
    17 
    18 extern  void advacur(void);
    19 extern  void execins(int16_t vce, int16_t ins, int16_t tag);
    20 extern  void modasg(void);
    21 
    22 extern  uint16_t        *asgob;
    23 
    24 extern  int16_t stcrow, stccol;
    25 
    26 extern  int16_t adbox[][8];
    27 
    28 extern  int8_t  dspbuf[];
    29 
    30 extern  int16_t vce2grp[12];            /* voice to group table */
    31 extern  int16_t ins2grp[12];
    32 
    33 /*
    34 
    35 */
     10#include "ram.h"
    3611
    3712/*
Note: See TracChangeset for help on using the changeset viewer.