mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Eat redundant semicolons
This commit is contained in:
parent
b8b4143517
commit
8f8a4c0ced
@ -135,7 +135,9 @@ typedef struct config_var_t {
|
||||
#else
|
||||
#define CONF_TEST_MEMBERS(tp, conftype, member)
|
||||
#define END_OF_CONFIG_VARS { NULL, CONFIG_TYPE_OBSOLETE, 0, NULL }
|
||||
#define DUMMY_TYPECHECK_INSTANCE(tp)
|
||||
/* Repeatedly declarable incomplete struct to absorb redundant semicolons */
|
||||
#define DUMMY_TYPECHECK_INSTANCE(tp) \
|
||||
struct tor_semicolon_eater
|
||||
#endif
|
||||
|
||||
/** Type of a callback to validate whether a given configuration is
|
||||
|
Loading…
Reference in New Issue
Block a user