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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- lib/verify.h.orig
0
++ lib/verify.h
Lines 21-26 Link Here
21
# define _GL_VERIFY_H
21
# define _GL_VERIFY_H
22
22
23
23
24
// undefine the _Static_assert definition present in <sys/cdefs.h>
25
#ifdef __FreeBSD__
26
#undef _Static_assert
27
#endif
28
24
/* Define _GL_HAVE__STATIC_ASSERT to 1 if _Static_assert works as per C11.
29
/* Define _GL_HAVE__STATIC_ASSERT to 1 if _Static_assert works as per C11.
25
   This is supported by GCC 4.6.0 and later, in C mode, and its use
30
   This is supported by GCC 4.6.0 and later, in C mode, and its use
26
   here generates easier-to-read diagnostics when verify (R) fails.
31
   here generates easier-to-read diagnostics when verify (R) fails.

Return to bug 473364