--- deliantra/server/include/cfperl.h 2006/12/30 10:16:10 1.42 +++ deliantra/server/include/cfperl.h 2006/12/31 10:28:36 1.44 @@ -37,6 +37,7 @@ #undef do_open #undef do_close #undef ref +#undef seed // perl bug #40256: perl does overwrite those with reentrant versions // but does not initialise their state structures. @@ -47,7 +48,6 @@ // some macros to simplify perl in-calls -// FUNCTION is, afaik, a gnu extension #define CHECK_ERROR \ if (SvTRUE (ERRSV)) \ LOG (llevError, "runtime error in %s: %s\n", __func__, SvPVutf8_nolen (ERRSV));