tor-coccinelle: expect parentheses after HT_INITIALIZER

This commit is contained in:
Nick Mathewson 2019-10-09 09:38:43 -04:00
parent 9871fcbcd9
commit eb1260e346

View 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