__attribute__() if we're doing MAKE_BOOTSTRAP is a no-no.
This commit is contained in:
parent
0598bbd10f
commit
9d929c71e8
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: nonints.h,v 1.22 2001/06/12 23:36:18 sjg Exp $ */
|
/* $NetBSD: nonints.h,v 1.23 2002/01/17 19:15:02 eeh Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1988, 1989, 1990, 1993
|
* Copyright (c) 1988, 1989, 1990, 1993
|
||||||
|
@ -40,6 +40,10 @@
|
||||||
* from: @(#)nonints.h 8.3 (Berkeley) 3/19/94
|
* from: @(#)nonints.h 8.3 (Berkeley) 3/19/94
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef MAKE_BOOTSTRAP
|
||||||
|
#define __attribute__()
|
||||||
|
#endif
|
||||||
|
|
||||||
/* arch.c */
|
/* arch.c */
|
||||||
ReturnStatus Arch_ParseArchive __P((char **, Lst, GNode *));
|
ReturnStatus Arch_ParseArchive __P((char **, Lst, GNode *));
|
||||||
void Arch_Touch __P((GNode *));
|
void Arch_Touch __P((GNode *));
|
||||||
|
|
Loading…
Reference in New Issue