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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user