mirror of
https://github.com/simh/simh.git
synced 2026-04-25 11:41:25 +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:
@@ -225,8 +225,6 @@
|
||||
|
||||
#define RLBAE_IMP (0000077) /* implemented */
|
||||
|
||||
extern int32 int_req[IPL_HLVL];
|
||||
|
||||
uint16 *rlxb = NULL; /* xfer buffer */
|
||||
int32 rlcs = 0; /* control/status */
|
||||
int32 rlba = 0; /* memory address */
|
||||
@@ -1209,7 +1207,6 @@ static const uint16 boot_rom[] = {
|
||||
t_stat rl_boot (int32 unitno, DEVICE *dptr)
|
||||
{
|
||||
size_t i;
|
||||
extern uint16 *M;
|
||||
|
||||
for (i = 0; i < BOOT_LEN; i++)
|
||||
M[(BOOT_START >> 1) + i] = boot_rom[i];
|
||||
|
||||
Reference in New Issue
Block a user