From: Nick Mathewson Date: Wed, 9 Oct 2019 14:49:47 +0000 (-0400) Subject: tor-coccinelle.h: add EAT_SEMICOLON X-Git-Tag: tor-0.4.3.1-alpha~262^2~1^2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d129b503c0ef64547d6a875752d8ce530bbfd1bf;p=thirdparty%2Ftor.git tor-coccinelle.h: add EAT_SEMICOLON --- diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h index cbb9220a4f..a064c79809 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__;