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

    r39a696b rb28a12e  
    1111#define DUMPSTM         0
    1212
    13 #include "all.h"
    14 
    15 extern void UpdVid(int16_t row, int16_t col, int8_t *str, uint16_t atr);
    16 extern void ctcon(void);
    17 extern void dspdest(int8_t *buf, struct patch *pp);
    18 extern void dspdfst(int8_t *buf, uint16_t val);
    19 extern void movectc(int16_t r, int16_t c);
     13#include "ram.h"
    2014
    2115#if     DEBUGPD
     
    3529short   dumpstm = 0;
    3630#endif
    37 
    38 #if     (DEBUGPD|DEBUGVP|DUMPDEF|DUMPSTM)
    39 extern  short   debugsw;
    40 #endif
    41 
    42 extern  int16_t asig, astat;
    43 
    44 extern  uint16_t        dpepred, dpecpos, dpesucc;
    45 
    46 extern  int16_t ptegood, ptedfok, ptestok, ptedsok, ptedtok;
    47 
    48 extern  int16_t ptedef, ptestm, ptespec, ptesuba, ptedat1, ptedat2;
    49 
    50 extern  int16_t ptedftp, ptedfst, ptedest, ptedata;
    51 
    52 extern  int16_t pteset, ptbflag, ptemenu;
    53 
    54 extern  int16_t ptepred, ptecpos, ptesucc;
    55 
    56 extern  int16_t stccol, stcrow;
    57 
    58 extern  int8_t  ptdebuf[50];
    59 
    60 extern  struct patch    ptebuf;
    6131
    6232/*
Note: See TracChangeset for help on using the changeset viewer.