mirror of
https://github.com/simh/simh.git
synced 2026-04-25 03:34: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:
@@ -227,7 +227,6 @@ extern UNIT cpu_unit;
|
||||
#define RLBAE_IMP (0000077) /* implemented */
|
||||
|
||||
extern int32 int_req[IPL_HLVL];
|
||||
extern FILE *sim_deb;
|
||||
|
||||
uint16 *rlxb = NULL; /* xfer buffer */
|
||||
int32 rlcs = 0; /* control/status */
|
||||
|
||||
Reference in New Issue
Block a user