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:
@@ -120,9 +120,7 @@ extern d10 pager_word;
|
||||
extern int32 flags;
|
||||
extern const int32 pi_l2bit[8];
|
||||
extern UNIT cpu_unit;
|
||||
extern FILE *sim_log;
|
||||
extern jmp_buf save_env;
|
||||
extern DEVICE *sim_devices[];
|
||||
|
||||
extern int32 pi_eval (void);
|
||||
extern int32 rp_inta (void);
|
||||
|
||||
Reference in New Issue
Block a user