mirror of
https://github.com/simh/simh.git
synced 2026-05-05 15:33:34 +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:
@@ -254,10 +254,6 @@
|
||||
|
||||
extern int32 tmxr_poll;
|
||||
extern int32 tmr_poll, clk_tps;
|
||||
extern t_bool sim_idle_enab;
|
||||
extern FILE* sim_deb;
|
||||
extern int32 sim_switches;
|
||||
extern FILE *sim_log;
|
||||
extern char* read_line (char *ptr, int32 size, FILE *stream);
|
||||
|
||||
/* forward declarations */
|
||||
|
||||
Reference in New Issue
Block a user