[mod_rayo] Enable -fno-common compilation

This commit is contained in:
Ciprian 2020-09-01 12:13:28 -04:00 committed by GitHub
parent 850b10a864
commit 9c01bd4c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -51,8 +51,7 @@ struct xmpp_error {
#undef XMPP_ERROR
#define XMPP_ERROR(def_name, name, type) \
SWITCH_DECLARE(const struct xmpp_error) def_name##_val; \
SWITCH_DECLARE(const struct xmpp_error *) def_name;
extern const struct xmpp_error *def_name;
#include "xmpp_errors.def"
/* See RFC-3920 XMPP core for error definitions */