From 8b2bdbe2209a4993bc496e77e96721f78cb08b43 Mon Sep 17 00:00:00 2001 From: LDA Date: Sat, 15 Jun 2024 13:48:39 +0200 Subject: [PATCH] [FIX] Actually do proper stringification. It just kept bothering me. --- include/Cytoplasm/Cytoplasm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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