X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver%2Fcitadel_defs.h;h=eb286fde5b20d9b9555d5900aa47ea3aa1ce3861;hb=4eff3b168807ab8c0b7ad773861836f62924878d;hp=0a5a0897d5d63df055b813156817a73b930ec212;hpb=a4d74d94d85c1a0618bef8eb1c5c3302046a4c1d;p=citadel.git diff --git a/citadel/server/citadel_defs.h b/citadel/server/citadel_defs.h index 0a5a0897d..eb286fde5 100644 --- a/citadel/server/citadel_defs.h +++ b/citadel/server/citadel_defs.h @@ -33,7 +33,7 @@ #define LONG_MAX 2147483647L #endif -// hats off to https://stackoverflow.com/questions/5459868/concatenate-int-to-string-using-c-preprocessor +// hat tip to https://stackoverflow.com/questions/5459868/concatenate-int-to-string-using-c-preprocessor #define STR_HELPER(x) #x #define STR(x) STR_HELPER(x) #define CITADEL "Citadel Server " STR(REV_LEVEL)