summaryrefslogtreecommitdiff
path: root/scripts/coccinelle
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-09 12:39:31 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-22 09:32:13 -0400
commit3e41459dff9e62cabe2636eac61d19b32dd0a4e1 (patch)
treeebc677db197f166cf15308bc917c84735ed6670a /scripts/coccinelle
parent54c5366aa15d667484a93abf16d166db7981a0ea (diff)
downloadtor-3e41459dff9e62cabe2636eac61d19b32dd0a4e1.tar.gz
tor-3e41459dff9e62cabe2636eac61d19b32dd0a4e1.zip
confmacros.h: fix coccinelle parsing.
Diffstat (limited to 'scripts/coccinelle')
-rw-r--r--scripts/coccinelle/tor-coccinelle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h
index c83dce3c5c..44d79325eb 100644
--- a/scripts/coccinelle/tor-coccinelle.h
+++ b/scripts/coccinelle/tor-coccinelle.h
@@ -57,4 +57,7 @@
#define NS_DECL(a, b, c) a b c
#define NS(a) a
+#define CONF_TEST_MEMBERS(a,b,c)
+#define DUMMY_CONF_TEST_MEMBERS
+
#define EAT_SEMICOLON extern int dummy__;