* tests/base/sys/cdefs.h: Update for new test.

From-SVN: r87479
This commit is contained in:
Loren J. Rittle 2004-09-14 03:41:10 +00:00 committed by Loren J. Rittle
parent 28785ddedf
commit c630383379
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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 */