diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-09 10:49:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-22 09:32:13 -0400 |
commit | d129b503c0ef64547d6a875752d8ce530bbfd1bf (patch) | |
tree | d845f61c804ec3a3e11fdab61bbf0d487ad7af36 /scripts/coccinelle | |
parent | c1e8e5bb3223b950f79bce5bd3540566fc1fdc7b (diff) | |
download | tor-d129b503c0ef64547d6a875752d8ce530bbfd1bf.tar.gz tor-d129b503c0ef64547d6a875752d8ce530bbfd1bf.zip |
tor-coccinelle.h: add EAT_SEMICOLON
Diffstat (limited to 'scripts/coccinelle')
-rw-r--r-- | scripts/coccinelle/tor-coccinelle.h | 2 |
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__; |