diff options
| author | David Lamparter <equinox@diac24.net> | 2021-02-21 07:07:15 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-03-17 06:18:39 +0100 |
| commit | 80413c2073a20774b264ab04f7a4ea4515699790 (patch) | |
| tree | 7902d0a3503de17d469f5dd8fafefbe1df5583c6 /lib/xref.h | |
| parent | 960b9a53837d1aefa16bd531c7087f800dbe147b (diff) | |
*: require semicolon after FRR_DAEMON_INFO & co.
... again ...
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/xref.h')
| -rw-r--r-- | lib/xref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xref.h b/lib/xref.h index b3243fa058..b1cb172b41 100644 --- a/lib/xref.h +++ b/lib/xref.h @@ -162,7 +162,7 @@ extern const struct xref * const __stop_xref_array[1] DSO_LOCAL; xref_block_add(&_xref_block); \ } \ asm(XREF_NOTE); \ - /* end */ + MACRO_REQUIRE_SEMICOLON() /* end */ /* the following blurb emits an ELF note indicating start and end of the xref * array in the binary. This is technically the "correct" entry point for |
