1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 11:46:37 +00:00

SCP: Added const declarations to various APIs to reflect the appropriate usage. Moved parameter values for run_cmd and exdep_cmd to scp.h

This commit is contained in:
Mark Pizzolato
2014-10-26 14:52:22 -07:00
parent f6e750471a
commit 4dbac410da
5 changed files with 31 additions and 25 deletions

View File

@@ -2464,7 +2464,6 @@ return SCPE_OK;
void set_ac_display (d10 *acbase)
{
extern REG *find_reg (char *cptr, char **optr, DEVICE *dptr);
REG *rptr;
int i;