make sure there is a varargs.h file somewhere

This commit is contained in:
ceriel 1988-04-15 15:18:38 +00:00
parent d1fee09721
commit 32e125b3f9

View file

@ -288,3 +288,13 @@ ABC
)
;;
esac
: find varargs include file
: if not present use our own
if [ -f /usr/include/varargs.h ]
then
:
else
cp ../include/_tail_cc/varargs.h ../modules/h
fi