[FIX] Actually do proper stringification.

It just kept bothering me.
This commit is contained in:
LDA 2024-06-15 13:48:39 +02:00
parent 1ad6f0d976
commit 8b2bdbe220
1 changed files with 2 additions and 1 deletions

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