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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
     8#include "ram.h"
    99
    1010#define WAVESMAX        1023
    1111#define WAVESMIN        1023
    12 
    13 extern  int16_t curwhrm;
    14 
    15 extern  int32_t hwave[NUMWPCAL];
    16 
    17 extern  int16_t offsets[NUMWPCAL];
    18 extern  int16_t vmtab[NUMHARM];
    19 extern  int16_t wsbuf[NUMWPCAL];
    20 
    21 extern  int32_t vknm[NUMHARM][NUMWPCAL];
    2212
    2313#include "knmtab.h"             /* short knmtab[NUMHARM][NUMWPCAL]; */
Note: See TracChangeset for help on using the changeset viewer.