define STRING and XSTRING in q_shared.h (#4054)

This commit is contained in:
Ludwig Nussel 2009-05-05 18:19:29 +00:00
parent 011285c232
commit ec846d23b2
3 changed files with 4 additions and 4 deletions

View file

@ -40,8 +40,6 @@ int demo_protocols[] =
#define MIN_COMHUNKMEGS 56
#define DEF_COMHUNKMEGS 64
#define DEF_COMZONEMEGS 24
#define XSTRING(x) STRING(x)
#define STRING(x) #x
#define DEF_COMHUNKMEGS_S XSTRING(DEF_COMHUNKMEGS)
#define DEF_COMZONEMEGS_S XSTRING(DEF_COMZONEMEGS)