]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
Merge remote branch 'dme/dme-for-cworth'
[notmuch] / notmuch-client.h
index 0fa8fa5d9700c4469c10e33a4092de27ab6423ad..a090589ef6ef28f350d1364f488b1b8f711bc0bf 100644 (file)
@@ -51,6 +51,9 @@
 
 #define unused(x) x __attribute__ ((unused))
 
+#define STRINGIFY(s) STRINGIFY_(s)
+#define STRINGIFY_(s) #s
+
 /* There's no point in continuing when we've detected that we've done
  * something wrong internally (as opposed to the user passing in a
  * bogus value).