some build fixes for compile issues reported

This commit is contained in:
nhmall
2018-05-12 06:57:34 -04:00
parent ba057ef3de
commit 9a87064cca
5 changed files with 58 additions and 22 deletions

View File

@@ -854,7 +854,6 @@ const char *opts;
{
char *op;
boolean negated = FALSE;
boolean retval = TRUE;
while ((op = index(opts, ',')) != 0) {
*op++ = 0;

View File

@@ -247,7 +247,7 @@ int glyph;
return encbuf;
}
char *
const char *
decode_mixed(buf, str)
char *buf;
const char *str;