Fix stringification. #37

Merged
jordan merged 1 commit from lda/Cytoplasm:fix-stringify into master 2024-06-24 19:19:27 +00:00

View file

@ -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