mirror of
https://github.com/simh/simh.git
synced 2026-05-02 14:20:05 +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:
@@ -561,14 +561,7 @@ uint16 dms_map[MAP_NUM * MAP_LNT] = { 0 }; /* dms maps */
|
||||
|
||||
/* External data */
|
||||
|
||||
extern int32 sim_interval;
|
||||
extern int32 sim_int_char;
|
||||
extern int32 sim_brk_char;
|
||||
extern int32 sim_del_char;
|
||||
extern uint32 sim_brk_types, sim_brk_dflt, sim_brk_summ; /* breakpoint info */
|
||||
extern DEVICE *sim_devices[];
|
||||
extern char halt_msg[];
|
||||
extern t_bool sim_idle_enab;
|
||||
extern DIB clk_dib; /* CLK DIB for idle check */
|
||||
|
||||
/* CPU local routines */
|
||||
|
||||
Reference in New Issue
Block a user