make sure restrict is there

This commit is contained in:
leitner
2024-11-22 20:10:14 +00:00
parent 09b7e80c40
commit 4b88f66bce

View File

@@ -21,6 +21,7 @@
#if GCC_VERSION_ATLEAST(2,95) && !defined(__STRICT_ANSI__)
#undef restrict
#define restrict __restrict
#else
#define restrict
#endif