mirror of
https://github.com/simh/simh.git
synced 2026-02-19 13:56:42 +00:00
Cleanup of unneeded global extern declarations
This commit is contained in:
@@ -296,7 +296,6 @@ int32 hst_p = 0; /* history pointer */
|
||||
int32 hst_lnt = 0; /* history length */
|
||||
InstHistory *hst = NULL; /* instruction history */
|
||||
|
||||
extern int32 sim_int_char;
|
||||
extern DEVICE *sim_devices[];
|
||||
|
||||
t_bool devtab_init (void);
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
extern uint16 dev_ext_int, dev_ext_enb; // current IRQ and IEN bit vectors
|
||||
extern int32 PC; // current PC (for debug messages)
|
||||
extern int32 stop_inst; // needed by IOBADFNC()
|
||||
extern int32 sim_switches; // option bitmap for ATTACH/DETACH
|
||||
extern uint16 M[]; // main memory (for DMC access)
|
||||
|
||||
// Forward declarations ...
|
||||
|
||||
@@ -175,7 +175,6 @@
|
||||
extern uint16 dev_ext_int, dev_ext_enb; // current IRQ and IEN bit vectors
|
||||
extern int32 PC; // current PC (for debug messages)
|
||||
extern int32 stop_inst; // needed by IOBADFNC()
|
||||
extern int32 sim_switches; // option bitmap for ATTACH/DETACH
|
||||
extern uint16 M[]; // main memory (for DMC access)
|
||||
|
||||
// Forward declarations ...
|
||||
|
||||
Reference in New Issue
Block a user