X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=08d0a15b79675a6b45397295bf429f9ca3c68aa3;hp=c80b39cb4ce4faf5b5669b43c80540bce68f31b7;hb=b2a9fcd5cfd1bf84321b8bf53b37e7fb98618d6e;hpb=9d9aeb7c71a52b67519f567c34acc3cf3bec6fd2 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).