Remove sample result for CDEF_CPLUSPLUS hack

From-SVN: r200743
This commit is contained in:
Bruce Korb 2013-07-07 13:57:21 +00:00 committed by Bruce Korb
parent 69e53697bc
commit cf3cfecd98
2 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,7 @@
2013-07-06 Bruce Korb <bkorb@gnu.org>
* inclhack.def (cdef_cplusplus): removed, per Bug 51776
* tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
2013-05-23 Alexander Ivchenko <alexander.ivchenko@intel.com>

View File

@ -9,11 +9,6 @@
#if defined( CDEF_CPLUSPLUS_CHECK )
#define _Noreturn __attribute__((__noreturn__))
#endif /* CDEF_CPLUSPLUS_CHECK */
#if defined( FREEBSD_GCC3_BREAKAGE_CHECK )
#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7
#endif /* FREEBSD_GCC3_BREAKAGE_CHECK */