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

(-)a/include/IL/il.h (-4 / +4 lines)
Lines 63-75 Link Here
63
	#endif
63
	#endif
64
#endif
64
#endif
65
65
66
#ifdef RESTRICT_KEYWORD
66
#if defined(RESTRICT_KEYWORD) && !defined(__cplusplus)
67
#define RESTRICT restrict
67
#define RESTRICT __restrict__
68
#define CONST_RESTRICT const restrict
68
#define CONST_RESTRICT const __restrict__
69
#else
69
#else
70
#define RESTRICT
70
#define RESTRICT
71
#define CONST_RESTRICT const
71
#define CONST_RESTRICT const
72
#endif
72
#endif // RESTRICT keyword and not C++
73
73
74
#include <stdio.h>
74
#include <stdio.h>
75
75

Return to bug 552370