Some small fixes
authorceriel <none@none>
Tue, 16 Nov 1993 12:00:06 +0000 (12:00 +0000)
committerceriel <none@none>
Tue, 16 Nov 1993 12:00:06 +0000 (12:00 +0000)
lang/cem/lint/lpass2/checkargs.c
lang/cem/lint/lpass2/lint

index bd99f26..b0f0403 100644 (file)
@@ -21,6 +21,7 @@ PRIVATE chk_argtps();
 PRIVATE char *next_argtype();
 PRIVATE int type_match();
 PRIVATE form_type();
+PRIVATE conv_format(id, act, form)
 
 int
 type_equal(act, form)
index e89cdf3..3943fd7 100755 (executable)
@@ -131,7 +131,7 @@ case "$LIBRARY" in
                ;;
        esac
 
-       if      /bin/test ! -r $LIBRARY
+       if      test ! -r $LIBRARY
        then    cp /dev/null $LIBRARY
        fi