mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Fix double GP_RESTRICT definition
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
#define GP_ALIGNED(n) __declspec(align(n))
|
#define GP_ALIGNED(n) __declspec(align(n))
|
||||||
#else
|
#else
|
||||||
#define GP_ALIGNED(n) __attribute__((aligned(n)))
|
#define GP_ALIGNED(n) __attribute__((aligned(n)))
|
||||||
#define GP_RESTRICT
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if GP_IS_CPP11
|
#if GP_IS_CPP11
|
||||||
|
Reference in New Issue
Block a user