commit d129b503c0ef64547d6a875752d8ce530bbfd1bf Author: Nick Mathewson nickm@torproject.org Date: Wed Oct 9 10:49:47 2019 -0400
tor-coccinelle.h: add EAT_SEMICOLON --- scripts/coccinelle/tor-coccinelle.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h index cbb9220a4..a064c7980 100644 --- a/scripts/coccinelle/tor-coccinelle.h +++ b/scripts/coccinelle/tor-coccinelle.h @@ -53,3 +53,5 @@
#define NS_DECL(a, b, c) a b c #define NS(a) a + +#define EAT_SEMICOLON extern int dummy__;