mirror of
https://github.com/simh/simh.git
synced 2026-04-27 12:28:49 +00:00
PDP11, PDP10, all VAX: General extern cleanup.
Remove explicit redundant extern declarations in source files that are defined in processor include files.
This commit is contained in:
@@ -175,7 +175,6 @@ static DSTR Dstr0 = { 0, {0, 0, 0, 0} };
|
||||
extern int32 isenable, dsenable;
|
||||
extern int32 N, Z, V, C, fpd, ipl;
|
||||
extern int32 R[8], trap_req;
|
||||
extern uint32 cpu_type;
|
||||
|
||||
int32 ReadDstr (int32 *dscr, DSTR *dec, int32 flag);
|
||||
void WriteDstr (int32 *dscr, DSTR *dec, int32 flag);
|
||||
|
||||
Reference in New Issue
Block a user