]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
notmuch: Add a version (0.1 initially) with a new --version option.
[notmuch] / notmuch-client.h
index c80b39cb4ce4faf5b5669b43c80540bce68f31b7..08d0a15b79675a6b45397295bf429f9ca3c68aa3 100644 (file)
@@ -51,6 +51,9 @@
 
 #define unused(x) x __attribute__ ((unused))
 
 
 #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).
 /* 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).