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

    r39a696b rb28a12e  
    88#define DEBUGIT         0
    99
    10 #include "all.h"
    11 
    12 /* functions defined elsewhere */
    13 
    14 extern  int16_t cnvp2c(void);
    15 
    16 extern  void advtcur(void);
    17 extern  void cnvc2p(int8_t *buf, int16_t cv);
    18 extern  void modtun(void);
    19 
    20 /* variables defined elsewhere */
    21 
    22 #if     DEBUGIT
    23 extern  short   debugsw;
    24 #endif
    25 
    26 extern  int16_t stcrow, stccol, cents;
    27 
    28 extern  int16_t tdbox[][8];
    29 
    30 extern  int16_t tuntab[];
    31 
    32 extern  int8_t  dspbuf[];
    33 extern  int8_t  sfdsp[];
    34 
    35 extern  uint16_t        *tunob;
    36 
    37 /*
    38 
    39 */
     10#include "ram.h"
    4011
    4112/*
Note: See TracChangeset for help on using the changeset viewer.