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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern void UpdVid(int16_t row, int16_t col, int8_t *str, uint16_t atr);
    11 extern void ctcon(void);
    12 extern void dsqlin(int8_t *buf, int16_t slin);
    13 extern void movestc(int16_t r, int16_t c);
    14 
    15 extern  int16_t asig, astat;
    16 
    17 extern  int16_t action;
    18 extern  int16_t curslin;
    19 extern  int16_t sqdeflg;
    20 extern  int16_t stccol;
    21 extern  int16_t stcrow;
    22 
    23 extern  int8_t  sqdebuf[50];
    24 
    25 extern  struct seqent   seqbuf;
     8#include "ram.h"
    269
    2710int16_t actfmt;         /* action code format */
Note: See TracChangeset for help on using the changeset viewer.