Some small fixes

This commit is contained in:
ceriel 1993-11-16 12:00:06 +00:00
parent f5df1934b9
commit 5bbe789504
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@ PRIVATE chk_argtps();
PRIVATE char *next_argtype(); PRIVATE char *next_argtype();
PRIVATE int type_match(); PRIVATE int type_match();
PRIVATE form_type(); PRIVATE form_type();
PRIVATE conv_format(id, act, form)
int int
type_equal(act, form) type_equal(act, form)

View file

@ -131,7 +131,7 @@ case "$LIBRARY" in
;; ;;
esac esac
if /bin/test ! -r $LIBRARY if test ! -r $LIBRARY
then cp /dev/null $LIBRARY then cp /dev/null $LIBRARY
fi fi