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 #ifndef AR_HDR_SIZE
#define AR_HDR_SIZE (sizeof (struct ar_hdr)) #define AR_HDR_SIZE (sizeof (struct ar_hdr))
#endif #endif
/* SCO Unix's compiler defines both of these. */
#ifdef M_UNIX
#undef M_XENIX
#endif
/* Takes three arguments ARCHIVE, FUNCTION and ARG. /* Takes three arguments ARCHIVE, FUNCTION and ARG.