Some minor changes
This commit is contained in:
parent
5dfe51c5d4
commit
90134a3bea
|
@ -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 ) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue