1
0
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:
Mark Pizzolato
2017-02-04 19:37:20 -08:00
parent 5dc6d9a487
commit 7d432406b6
60 changed files with 35 additions and 148 deletions

View File

@@ -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);