Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 884369
Collapse All | Expand All

(-)a/include/X11/ICE/ICEmsg.h (-2 / +1 lines)
Lines 34-40 Author: Ralph Mor, X Consortium Link Here
34
#include <X11/ICE/ICEconn.h>
34
#include <X11/ICE/ICEconn.h>
35
35
36
#include <assert.h>
36
#include <assert.h>
37
#ifndef static_assert
37
#if !defined(__cplusplus) && !defined(static_assert)
38
#define static_assert(cond, msg) /* skip for non-C11 compilers */
38
#define static_assert(cond, msg) /* skip for non-C11 compilers */
39
#endif
39
#endif
40
40
41
- 

Return to bug 884369