From: Nick Mathewson Date: Wed, 9 Oct 2019 15:14:28 +0000 (-0400) Subject: tor-coccinelle.h: add a definition for EXTERN X-Git-Tag: tor-0.4.3.1-alpha~262^2~1^2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6ce8527f8795c3385320baa17e080bde999e29a;p=thirdparty%2Ftor.git tor-coccinelle.h: add a definition for EXTERN --- diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h index 0727caa4dc..c83dce3c5c 100644 --- a/scripts/coccinelle/tor-coccinelle.h +++ b/scripts/coccinelle/tor-coccinelle.h @@ -22,6 +22,7 @@ #define CHECK_PRINTF(a, b) #define CHECK_SCANF(a, b) #define STATIC static +#define EXTERN(a,b) extern a b; #define STMT_BEGIN do { #define STMT_END } while (0)