summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2016-02-26 13:12:09 +0000
committerPeter Powell <petpow@saberuk.com>2016-04-04 13:20:21 +0100
commit30bd7bb39fb55a4b6b3075a1f8a7df47bc0e261f (patch)
tree23119a89eb97f752cb68fd6e3bad69aa1000663d /include/modules.h
parent932748db6dd2a7225c9f12bc34339fcb2f37c319 (diff)
Rename PURE_STATIC to INSPIRCD_STATIC.
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 46aa13e40..e836f19dd 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1235,7 +1235,7 @@ class CoreExport ModuleManager : public fakederef<ModuleManager>
#define MODULE_INIT_SYM_FN_2(x,y) MODULE_INIT_SYM_FN_1(x,y)
#define MODULE_INIT_SYM_FN_1(x,y) inspircd_module_ ## x ## _ ## y
-#ifdef PURE_STATIC
+#ifdef INSPIRCD_STATIC
struct AllCommandList {
typedef Command* (*fn)(Module*);