X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/9d9aeb7c71a52b67519f567c34acc3cf3bec6fd2..b2a9fcd5cfd1bf84321b8bf53b37e7fb98618d6e:/notmuch-client.h diff --git a/notmuch-client.h b/notmuch-client.h index c80b39cb..08d0a15b 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -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).