]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
tor-coccinelle: expect parentheses after HT_INITIALIZER
authorNick Mathewson <nickm@torproject.org>
Wed, 9 Oct 2019 13:38:43 +0000 (09:38 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 22 Oct 2019 13:24:25 +0000 (09:24 -0400)
scripts/coccinelle/tor-coccinelle.h

index f597e912b47f30c69a966e929117ad0ed7c35553..ee709e2570f402bb2060330a7a11c07c5027e535 100644 (file)
@@ -35,6 +35,6 @@
 
 #define HT_ENTRY(x) void *
 #define HT_HEAD(a,b) struct ht_head
-#define HT_INITIALIZER { }
+#define HT_INITIALIZER() { }
 #define X509 struct x509_st
 #define STACK_OF(x) struct foo_stack_t