X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=a090589ef6ef28f350d1364f488b1b8f711bc0bf;hp=0fa8fa5d9700c4469c10e33a4092de27ab6423ad;hb=44df403ccd2fa637dfa543f749a949454245b182;hpb=2e9c7aba99598eafd7b5fc52897da14ea13af216 diff --git a/notmuch-client.h b/notmuch-client.h index 0fa8fa5d..a090589e 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).