diff options
Diffstat (limited to 'scripts/coccinelle/tor-coccinelle.h')
-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 { |