Fix double GP_RESTRICT definition

This commit is contained in:
elasota
2021-05-07 13:29:45 -04:00
parent d6ce07685e
commit a7cf9d48e3

View File

@@ -13,7 +13,6 @@
#define GP_ALIGNED(n) __declspec(align(n))
#else
#define GP_ALIGNED(n) __attribute__((aligned(n)))
#define GP_RESTRICT
#endif
#if GP_IS_CPP11