X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=pctb%2Fcommon.h;h=52f57d699c4cefd959d300bc44349038d7e4e5a8;hp=5044bb35ee8015a3e109b71a1c2b167fbcfac2c6;hb=b1f4b728760aaa2cba8e19dca85b93d248f6db12;hpb=2c3d2e7de4d4aea3536ea79ced23677e24589833 diff --git a/pctb/common.h b/pctb/common.h index 5044bb3..52f57d6 100644 --- a/pctb/common.h +++ b/pctb/common.h @@ -166,6 +166,7 @@ char *masprintf(const char *fmt, ...) FMT(1,2); #define ARRAYSIZE(a) ((sizeof((a)) / sizeof((a)[0]))) #define FILLZERO(obj) (memset(&(obj),0,sizeof((obj)))) -#define STRING(x) #x +#define STRING2(x) #x +#define STRING(x) STRING2(x) #endif /*COMMON_H*/