1
0
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:
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

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