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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern  int8_t  *numblk(int8_t *buf, int16_t n);
    11 
    12 extern  void advacur(void);
    13 extern  void modasg(void);
    14 
    15 extern  uint16_t        *asgob;
    16 
    17 extern  int16_t stcrow, stccol;
    18 
    19 extern  int16_t adbox[][8];
    20 
    21 extern  int8_t  dspbuf[];
    22 
    23 extern  int16_t grp2prt[12][2]; /* group to port and channel table */
    24                                 /* port [0] = 0..4, channel [1] = -1, 1..16 */
    25 
    26 /*
    27 
    28 */
     8#include "ram.h"
    299
    3010/*
Note: See TracChangeset for help on using the changeset viewer.