* tests/base/sys/cdefs.h: Update for new test.
From-SVN: r87479
This commit is contained in:
parent
28785ddedf
commit
c630383379
@ -2,6 +2,7 @@
|
||||
|
||||
* inclhack.def (freebsd_gcc4_breakage): Add.
|
||||
* fixincl.x: Regenerate.
|
||||
* tests/base/sys/cdefs.h: Update for new test.
|
||||
|
||||
2004-09-10 Adam Nemet <anemet@lnxw.com>
|
||||
|
||||
|
@ -14,6 +14,11 @@
|
||||
#endif /* FREEBSD_GCC3_BREAKAGE_CHECK */
|
||||
|
||||
|
||||
#if defined( FREEBSD_GCC4_BREAKAGE_CHECK )
|
||||
#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ >= 3
|
||||
#endif /* FREEBSD_GCC4_BREAKAGE_CHECK */
|
||||
|
||||
|
||||
#if defined( NETBSD_EXTRA_SEMICOLON_CHECK )
|
||||
#define __END_DECLS }
|
||||
#endif /* NETBSD_EXTRA_SEMICOLON_CHECK */
|
||||
|
Loading…
Reference in New Issue
Block a user