1
0
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:
Mark Pizzolato
2014-10-10 08:18:15 -07:00
parent 0b1050853e
commit 3951ad2432
19 changed files with 2 additions and 27 deletions

View File

@@ -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);

View File

@@ -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 ...

View File

@@ -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 ...