1
0
mirror of https://github.com/simh/simh.git synced 2026-04-29 21:16:46 +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

@@ -99,9 +99,7 @@ extern int32 fault_PC;
extern int32 pcq[PCQ_SIZE];
extern int32 pcq_p;
extern int32 in_ie;
extern int32 sim_interval;
extern int32 ibcnt, ppc;
extern FILE *sim_deb;
extern DEVICE cpu_dev;
extern int32 Test (uint32 va, int32 acc, int32 *status);