From: Chris Porter Date: Fri, 29 Feb 2008 20:50:46 +0000 (+0000) Subject: This should be typedef'ed. X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/64e3058fa56a0f3046a7c8b539fa843e068acad7 This should be typedef'ed. --- diff --git a/core/nsmalloc.h b/core/nsmalloc.h index 97da8f9e..8b25aa1a 100644 --- a/core/nsmalloc.h +++ b/core/nsmalloc.h @@ -9,7 +9,7 @@ #define endpools(); #else #define pool(x) POOL_ ## x -#define beginpools(x) enum +#define beginpools(x) typedef enum nsmallocpools #define endpools() nsmallocpools; #include