1
0
Fork 0

[F] Fixed build

This commit is contained in:
seleznevae 2018-03-09 11:17:12 +03:00
parent 8a376dbff4
commit d8ea580a28
1 changed files with 6 additions and 0 deletions

View File

@ -56,9 +56,15 @@ SOFTWARE.
#define FORT_RESTRICT __restrict
#endif /* if defined(FORT_CLANG_COMPILER) */
#else
#if __STDC_VERSION__ < 199901L
#define FORT_RESTRICT restrict
#else
#define FORT_RESTRICT
#endif /* __STDC_VERSION__ < 199901L */
#endif /* if defined(__cplusplus) */
/*
* Attribute format for argument checking
*/