Some minor changes

This commit is contained in:
ceriel 1993-11-17 10:25:17 +00:00
parent 5dfe51c5d4
commit 90134a3bea
2 changed files with 2 additions and 2 deletions

View file

@ -317,7 +317,7 @@ cons_t parval(lnp,defined)
}
int valid(lnp) register line_t *lnp ; {
cons_t val ;
char type ;
int type ;
type = lnp->type1 ;
if ( type>=VALLOW && type<=VALHIGH ) {

View file

@ -19,7 +19,7 @@ static char *labstr[] = {"EMPTY","no","yes","seen","notpresent"};
static char formstr[] = { 'm','s','-','1','2','4','8' };
static char *r_data[] = { "null","glob","head","loc","adr" };
cons_t nicepr(typ,ap) addr_u *ap; char typ; {
cons_t nicepr(typ,ap) addr_u *ap; {
register proc_t *pl;
switch (typ) {