tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit d129b503c0ef64547d6a875752d8ce530bbfd1bf
parent c1e8e5bb3223b950f79bce5bd3540566fc1fdc7b
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  9 Oct 2019 10:49:47 -0400

tor-coccinelle.h: add EAT_SEMICOLON

Diffstat:
Mscripts/coccinelle/tor-coccinelle.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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__;