mirror of
https://github.com/simh/simh.git
synced 2026-04-29 13:12:13 +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:
@@ -36,8 +36,6 @@
|
||||
#include "sim_sock.h"
|
||||
#include "sim_tmxr.h"
|
||||
|
||||
extern FILE *sim_log;
|
||||
extern DEVICE *sim_devices[];
|
||||
extern int32 autcon_enb;
|
||||
extern int32 int_vec[IPL_HLVL][32];
|
||||
extern int32 (*int_ack[IPL_HLVL][32])(void);
|
||||
|
||||
Reference in New Issue
Block a user