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

    r39a696b rb28a12e  
    1111#define UPD_LINE        1
    1212
    13 #include "all.h"
    14 
    15 #if     (DEBUGSP|DEBUGSX)
    16 extern  short   debugsw;
    17 #endif
     13#include "ram.h"
    1814
    1915#if     DEBUGSP
     
    2420short   debugsx = 1;
    2521#endif
    26 
    27 extern  uint16_t        setsr(uint16_t sr);
    28 extern  int32_t rand24(void);
    29 
    30 extern  void vvputsv(uint16_t *obase, uint16_t nw, uint16_t fg, uint16_t bg, uint16_t row, uint16_t col, int8_t *str, uint16_t pitch, uint16_t ht, int16_t cgtab[][256]);
    31 
    32 extern  int8_t          trgtab[];
    33 
    34 extern  int16_t         curslin;
    35 extern  int16_t         dsp_ok;
    36 extern  int16_t         ndisp;
    37 
    38 extern  uint16_t        seqdupd;
    39 
    40 extern  uint16_t        *obj10;
    41 
    42 extern  int16_t         cg3[][256];
    43 
    44 extern  struct wordq    ptefifo;
    4522
    4623int16_t seqdspn;
Note: See TracChangeset for help on using the changeset viewer.