Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 451110 | Differences between
and this patch

Collapse All | Expand All

(-)glibc-2.16.0/assert/assert.h (-5 lines)
Lines 113-120 Link Here
113
#endif /* NDEBUG.  */
113
#endif /* NDEBUG.  */
114
114
115
115
116
#if defined __USE_ISOC11 && !defined __cplusplus
117
/* Static assertion.  Requires support in the compiler.  */
118
# undef static_assert
119
# define static_assert _Static_assert
120
#endif

Return to bug 451110