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

    r39a696b rb28a12e  
    88#define DEBUGIT         0
    99
    10 #include "all.h"
    11 
    12 /* functions defined elsewhere */
    13 
    14 extern  void    advicur(void);
    15 
    16 extern  int8_t  *strcpy(int8_t *s1, int8_t *s2);
    17 
    18 extern  void modinst(void);
    19 
    20 /* variables defined elsewhere */
    21 
    22 extern  int16_t stcrow, stccol, curvce, curpnt, curfunc;
    23 extern  int16_t debugsw;
    24 
    25 extern  int16_t idbox[][8];
    26 
    27 extern  uint16_t        *instob;
    28 
    29 extern  int8_t  dspbuf[];
    30 
    31 extern  struct  instdef vbufs[];
    32 
    33 extern  int16_t aform;
    34 
    35 /*
    36 
    37 */
     10#include "ram.h"
    3811
    3912/*
Note: See TracChangeset for help on using the changeset viewer.