summaryrefslogtreecommitdiff
path: root/scripts/coccinelle
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-09 10:49:47 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-22 09:32:13 -0400
commitd129b503c0ef64547d6a875752d8ce530bbfd1bf (patch)
treed845f61c804ec3a3e11fdab61bbf0d487ad7af36 /scripts/coccinelle
parentc1e8e5bb3223b950f79bce5bd3540566fc1fdc7b (diff)
downloadtor-d129b503c0ef64547d6a875752d8ce530bbfd1bf.tar.gz
tor-d129b503c0ef64547d6a875752d8ce530bbfd1bf.zip
tor-coccinelle.h: add EAT_SEMICOLON
Diffstat (limited to 'scripts/coccinelle')
-rw-r--r--scripts/coccinelle/tor-coccinelle.h2
1 files changed, 2 insertions, 0 deletions
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__;