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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user