diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-09 10:38:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-22 09:32:13 -0400 |
commit | 2e64dfea95c95499291661256ce97e6ae3d8bc88 (patch) | |
tree | ac7623651ab322304596812ebdf044004797c879 /scripts/coccinelle | |
parent | b867e97ce6825e3d7f33a3c3dce8c65f11fe15ec (diff) | |
download | tor-2e64dfea95c95499291661256ce97e6ae3d8bc88.tar.gz tor-2e64dfea95c95499291661256ce97e6ae3d8bc88.zip |
tor-coccinelle.h: add CHECK_SCANF
Diffstat (limited to 'scripts/coccinelle')
-rw-r--r-- | scripts/coccinelle/tor-coccinelle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h index 97935c2dd4..cbb9220a4f 100644 --- a/scripts/coccinelle/tor-coccinelle.h +++ b/scripts/coccinelle/tor-coccinelle.h @@ -20,6 +20,7 @@ #define MOCK_DECL(a, b, c) a b c #define MOCK_IMPL(a, b, c) a b c #define CHECK_PRINTF(a, b) +#define CHECK_SCANF(a, b) #define STATIC static #define STMT_BEGIN do { |