make sure there is a varargs.h file somewhere
This commit is contained in:
parent
d1fee09721
commit
32e125b3f9
10
first/first
10
first/first
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue