mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +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:
@@ -103,4 +103,7 @@ uint32 sim_os_ms_sleep_init (void);
|
||||
t_stat sim_timer_activate_after (UNIT *uptr, int32 usec_delay);
|
||||
double sim_timer_inst_per_sec (void);
|
||||
|
||||
extern t_bool sim_idle_enab; /* global flag */
|
||||
extern volatile t_bool sim_idle_wait; /* global flag */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user