Commit c6303833 by Loren J. Rittle Committed by Loren J. Rittle

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

From-SVN: r87479
parent 28785dde
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment