[tor-commits] [tor/master] tor-coccinelle.h: add EAT_SEMICOLON

teor at torproject.org teor at torproject.org
Thu Oct 24 00:01:21 UTC 2019


commit d129b503c0ef64547d6a875752d8ce530bbfd1bf
Author: Nick Mathewson <nickm at 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__;





More information about the tor-commits mailing list