--- deliantra/server/common/shstr.C 2009/01/01 11:41:17 1.36 +++ deliantra/server/common/shstr.C 2009/01/01 16:05:12 1.37 @@ -130,8 +130,8 @@ } // declare these here to get correct initialisation order -#define def2(id,str) const shstr shstr_ ## id (str); -#define def(id) def2(id, # id) +#define def2(id,str) const shstr id (str); +#define def(id) def2(shstr_ ## id, # id) # include "shstrinc.h" #undef def #undef def2