Some small fixes
This commit is contained in:
parent
f5df1934b9
commit
5bbe789504
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue