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

    r39a696b rb28a12e  
    88#define FET_DEFS        1               /* so fields.h gets things right */
    99
    10 #include "all.h"
    11 
    12 extern void tkinit(void);
    13 
    14 extern  int16_t swctrl;
    15 extern  int16_t swdir;
    16 extern  int16_t swfiin;
    17 extern  int16_t swflag;
    18 
    19 extern  int16_t swfifo[NSWFIFO];
    20 
    21 /*
    22 
    23 */
     10#include "ram.h"
    2411
    2512BOOL    se_chg;                 /* Score free list changed flag */
Note: See TracChangeset for help on using the changeset viewer.