mirror of
https://github.com/simh/simh.git
synced 2026-04-29 05:05:14 +00:00
Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules.
This commit is contained in:
@@ -288,7 +288,6 @@ t_stat id_dboot (int32 u, DEVICE *dptr)
|
||||
{
|
||||
extern DIB ttp_dib, sch_dib;
|
||||
extern uint32 PC;
|
||||
extern int32 sim_switches;
|
||||
uint32 i, typ, ctlno, off, add, cap, sch_dev;
|
||||
UNIT *uptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user