1
0
mirror of https://github.com/simh/simh.git synced 2026-04-29 13:12:13 +00:00

PDP10, PDP11, VAX: const cleanup

This commit is contained in:
Mark Pizzolato
2015-02-13 06:18:24 -08:00
parent 68efe4d36a
commit ef9d1adce1
77 changed files with 479 additions and 499 deletions

View File

@@ -3643,7 +3643,7 @@ return sim_clock_coschedule_tmr (uptr, tmr, interval);
/* Generic Multiplexer attach help */
t_stat tmxr_attach_help(FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, char *cptr)
t_stat tmxr_attach_help(FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const char *cptr)
{
TMXR *mux = (TMXR *)dptr->help_ctx;
t_bool single_line = FALSE; /* default to Multi-Line help */
@@ -4374,7 +4374,7 @@ return SCPE_OK;
static struct {
u_char value;
char *name;
const char *name;
} tn_chars[] =
{
{TN_IAC, "TN_IAC"}, /* protocol delim */