1
0
mirror of https://github.com/simh/simh.git synced 2026-04-26 03:57:11 +00:00

PDP11, PDP10, all VAX: General extern cleanup.

Remove explicit redundant extern declarations in source files that are
defined in processor include files.
This commit is contained in:
Mark Pizzolato
2017-02-04 19:37:20 -08:00
parent 5dc6d9a487
commit 7d432406b6
60 changed files with 35 additions and 148 deletions

View File

@@ -160,9 +160,6 @@ typedef struct {
MBACTX massbus[MBA_NUM];
extern uint16 *M;
extern int32 int_req[IPL_HLVL];
t_stat mba_reset (DEVICE *dptr);
t_stat mba_rd (int32 *val, int32 pa, int32 access);
t_stat mba_wr (int32 val, int32 pa, int32 access);