diff options
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index 2d3aa030b..09e0eae8b 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -156,6 +156,7 @@ #define const2 #define PRAGMA6(str) #endif // ADVGCC +#define PRAGMA(str) _Pragma(str) #ifdef __GNUC__ #ifdef ENABLE_CILKPLUS |