mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-06 14:36:37 +00:00
Formerly arscan.c.~23~
This commit is contained in:
parent
320a119913
commit
6f322b59da
1 changed files with 5 additions and 0 deletions
5
arscan.c
5
arscan.c
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue