diff --git a/include/fort.h b/include/fort.h index 2469a59..928cdf9 100644 --- a/include/fort.h +++ b/include/fort.h @@ -87,6 +87,11 @@ SOFTWARE. #endif +#define STRING2(x) #x +#define STRING(x) STRING2(x) + +#pragma message(STRING(FORT_RESTRICT)) + /* * Wchar support */