1
0
mirror of https://github.com/mirror/make.git synced 2025-04-08 18:41:28 +08:00

Formerly arscan.c.~23~

This commit is contained in:
Roland McGrath 1992-06-19 20:21:54 +00:00
parent 320a119913
commit 6f322b59da

View File

@ -40,6 +40,11 @@
#ifndef AR_HDR_SIZE
#define AR_HDR_SIZE (sizeof (struct ar_hdr))
#endif
/* SCO Unix's compiler defines both of these. */
#ifdef M_UNIX
#undef M_XENIX
#endif
/* Takes three arguments ARCHIVE, FUNCTION and ARG.