From 355c427917f06debcda701ccb75c8134da225aff Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 14 Feb 2014 17:42:13 +0100 Subject: add STRINGIFY macro to PcDebug.h --- src/PcDebug.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/PcDebug.h b/src/PcDebug.h index a416bae..d0b2b2c 100644 --- a/src/PcDebug.h +++ b/src/PcDebug.h @@ -26,6 +26,9 @@ # include "config.h" #endif +#define STRINGIFY(x) XSTRINGIFY(x) +#define XSTRINGIFY(x) #x + #include #define LOG stderr -- cgit v1.2.3