aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-09-12 23:28:33 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-09-12 23:28:33 +0200
commit1bc2e2216735257e745bcb54a37ebbce2cca0ca5 (patch)
tree71c358cde35799fd3c556a2ab7693bc456d66801 /utils.c
parenta1339466880b1dcaff2d2419f7d5aa5bd09fa1de (diff)
downloadponymap-1bc2e2216735257e745bcb54a37ebbce2cca0ca5.tar.gz
ponymap-1bc2e2216735257e745bcb54a37ebbce2cca0ca5.tar.xz
ponymap-1bc2e2216735257e745bcb54a37ebbce2cca0ca5.zip
Stuff
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index 18dd48e..9fc0edf 100644
--- a/utils.c
+++ b/utils.c
@@ -94,6 +94,9 @@ extern char **environ;
#define MIN(a, b) ((a) < (b) ? (a) : (b))
#define MAX(a, b) ((a) > (b) ? (a) : (b))
+#define STRINGIFY(x) #x
+#define XSTRINGIFY(x) STRINGIFY (x)
+
// --- Logging -----------------------------------------------------------------
static void