Don't include tagmappings without ircv3

This commit is contained in:
Alex D. 2021-01-04 02:36:19 +00:00
parent 415b2192ea
commit b4c807b37c
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 2 additions and 0 deletions

View File

@ -25,9 +25,11 @@
#ifndef UIRC_GUARD_MAPPINGS
#define UIRC_GUARD_MAPPINGS
#ifdef UIRC_IRCV3
struct tagmapping {
const char* const name;
IRC_Tag* assg;
};
#endif /* UIRC_IRCV3 */
#endif /* UIRC_GUARD_MAPPINGS */