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

    r39a696b rb28a12e  
    1414#define PATCHDEF                        /* so patch.h gets it right */
    1515
    16 #include "all.h"
    17 
    18 extern void UpdVid(int16_t row, int16_t col, int8_t *str, uint16_t atr);
    19 extern void buf2pte(void);
    20 extern void dopatch(struct patch *pp);
    21 extern void dspdest(int8_t *buf, struct patch *pp);
    22 extern void dspdfst(int8_t *buf, uint16_t val);
    23 extern void pte2buf(void);
    24 extern void voidpb(void);
    25 
    26 extern  int16_t ptegood, ptedfok, ptestok, ptedsok, ptedtok;
    27 
    28 extern  int16_t ptedef, ptestm, ptespec, ptesuba, ptedat1;
    29 
    30 extern  int16_t pteset;
    31 
    32 extern  int16_t ptecpos, ptepred, ptesucc;
    33 
    34 extern  struct patch    ptebuf;
    35 
    36 extern  int8_t  ptdebuf[];
     16#include "ram.h"
    3717
    3818#if     DEBUGDP
     
    5636short   debugsr = 1;
    5737short   snapsr  = 1;
    58 #endif
    59 
    60 #if     (DEBUGDP|DEBUGEP|DEBUGFD|DEBUGFP|DEBUGSR)
    61 extern  short   debugsw;
    6238#endif
    6339
Note: See TracChangeset for help on using the changeset viewer.