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

    r39a696b rb28a12e  
    88#define DEBUGIT         0
    99
    10 #include "all.h"
    11 
    12 extern void advacur(void);
    13 
    14 #if     DEBUGIT
    15 extern  short   debugsw;
    16 #endif
    17 
    18 extern  uint16_t        *asgob;
    19 
    20 extern  int16_t stcrow, stccol;
    21 extern  int16_t prgchan;
    22 
    23 extern  int16_t adbox[][8];
    24 
    25 extern  int8_t  dspbuf[];
    26 
    27 /*
    28 
    29 */
     10#include "ram.h"
    3011
    3112/*
Note: See TracChangeset for help on using the changeset viewer.