1
0
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:
Mark Pizzolato
2013-01-10 13:29:15 -08:00
parent bc816ae871
commit dac73b9381
139 changed files with 37 additions and 373 deletions

View File

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