Some minor changes
authorceriel <none@none>
Wed, 17 Nov 1993 10:25:17 +0000 (10:25 +0000)
committerceriel <none@none>
Wed, 17 Nov 1993 10:25:17 +0000 (10:25 +0000)
util/ass/ass30.c
util/ass/ass60.c

index 2bcbf97..2f6d307 100644 (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 ) {
index cb423d2..f84073b 100644 (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) {