[F] Fixed build
This commit is contained in:
parent
d8ea580a28
commit
1d8e03612b
@ -49,20 +49,21 @@ SOFTWARE.
|
|||||||
/*
|
/*
|
||||||
* Declare restrict
|
* Declare restrict
|
||||||
*/
|
*/
|
||||||
#if defined(__cplusplus)
|
//#if defined(__cplusplus)
|
||||||
#if defined(FORT_CLANG_COMPILER)
|
//#if defined(FORT_CLANG_COMPILER)
|
||||||
#define FORT_RESTRICT __restrict__
|
//#define FORT_RESTRICT __restrict__
|
||||||
#else
|
//#else
|
||||||
#define FORT_RESTRICT __restrict
|
//#define FORT_RESTRICT __restrict
|
||||||
#endif /* if defined(FORT_CLANG_COMPILER) */
|
//#endif /* if defined(FORT_CLANG_COMPILER) */
|
||||||
#else
|
//#else
|
||||||
#if __STDC_VERSION__ < 199901L
|
//#if __STDC_VERSION__ < 199901L
|
||||||
#define FORT_RESTRICT restrict
|
//#define FORT_RESTRICT restrict
|
||||||
#else
|
//#else
|
||||||
#define FORT_RESTRICT
|
//#define FORT_RESTRICT
|
||||||
#endif /* __STDC_VERSION__ < 199901L */
|
//#endif /* __STDC_VERSION__ < 199901L */
|
||||||
#endif /* if defined(__cplusplus) */
|
//#endif /* if defined(__cplusplus) */
|
||||||
|
|
||||||
|
#define FORT_RESTRICT
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user