diff --git a/include/Cytoplasm/Cytoplasm.h b/include/Cytoplasm/Cytoplasm.h index 0119e06..a0d6af9 100644 --- a/include/Cytoplasm/Cytoplasm.h +++ b/include/Cytoplasm/Cytoplasm.h @@ -33,7 +33,8 @@ #define CYTOPLASM_VERSION_BETA 0 #define CYTOPLASM_VERSION_STABLE (!CYTOPLASM_VERSION_ALPHA && !CYTOPLASM_VERSION_BETA) -#define STRINGIFY(x) #x +#define XSTRINGIFY(x) #x +#define STRINGIFY(x) XSTRINGIFY(x) /*** * @Nm Cytoplasm