[F] Fixed build
This commit is contained in:
parent
8a376dbff4
commit
d8ea580a28
@ -56,9 +56,15 @@ SOFTWARE.
|
|||||||
#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
|
||||||
#define FORT_RESTRICT restrict
|
#define FORT_RESTRICT restrict
|
||||||
|
#else
|
||||||
|
#define FORT_RESTRICT
|
||||||
|
#endif /* __STDC_VERSION__ < 199901L */
|
||||||
#endif /* if defined(__cplusplus) */
|
#endif /* if defined(__cplusplus) */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Attribute format for argument checking
|
* Attribute format for argument checking
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user