--- deliantra/server/common/shstr.C 2018/12/01 20:22:12 1.55 +++ deliantra/server/common/shstr.C 2018/12/05 19:03:26 1.56 @@ -106,7 +106,7 @@ void shstr::gc () { - if (expect_true (next_gc > 0)) + if (ecb_expect_true (next_gc > 0)) return; static const char *curpos;