diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-04-19 17:10:01 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-04-19 17:10:01 +0200 |
commit | b65fb065b5a77aeea056f88e1b8d96ec8fbea47c (patch) | |
tree | 058eb3df2e163ae49557261f097562407d61ea08 /include/modules.h | |
parent | 437e9f662fad9357fec11eed934690fd90f753a6 (diff) |
Fix undefined symbol error on module load if compiled with Clang 3.4
Fixes issue #803 reported by @SaberUK
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index c0d852b09..eef8c61c9 100644 --- a/include/modules.h +++ b/include/modules.h @@ -116,7 +116,7 @@ struct ModResult { * and numerical comparisons in preprocessor macros if they wish to support * multiple versions of InspIRCd in one file. */ -#define INSPIRCD_VERSION_API 7 +#define INSPIRCD_VERSION_API 8 /** * This #define allows us to call a method in all |