mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-02 16:43:32 +01:00
tor-coccinelle: expect parentheses after HT_INITIALIZER
This commit is contained in:
parent
9871fcbcd9
commit
eb1260e346
@ -35,6 +35,6 @@
|
|||||||
|
|
||||||
#define HT_ENTRY(x) void *
|
#define HT_ENTRY(x) void *
|
||||||
#define HT_HEAD(a,b) struct ht_head
|
#define HT_HEAD(a,b) struct ht_head
|
||||||
#define HT_INITIALIZER { }
|
#define HT_INITIALIZER() { }
|
||||||
#define X509 struct x509_st
|
#define X509 struct x509_st
|
||||||
#define STACK_OF(x) struct foo_stack_t
|
#define STACK_OF(x) struct foo_stack_t
|
||||||
|
Loading…
Reference in New Issue
Block a user