Skip to content
Snippets Groups Projects
Commit 4346e556 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

ctassert.h: fix CTASSERT_DECL so coccinelle can parse it.

parent 189375fb
Branches
Tags
No related merge requests found
......@@ -46,7 +46,7 @@
#define CTASSERT_EXPN(x, a, b) CTASSERT_DECL(x, a, b)
#define CTASSERT_DECL(x, a, b) \
typedef char tor_ctassert_##a##_##b[(x) ? 1 : -1] ATTR_UNUSED
typedef char tor_ctassert_##a##_##b[(x) ? 1 : -1] ATTR_UNUSED; EAT_SEMICOLON
#endif /* __STDC_VERSION__ >= 201112L */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment