consdiff disable a macro when running with COCCI

This commit is contained in:
Nick Mathewson 2019-10-09 11:12:41 -04:00
parent d9bad0203b
commit ef5d1e6b65

View File

@ -530,10 +530,12 @@ typedef struct router_id_iterator_t {
cdline_t hash; cdline_t hash;
} router_id_iterator_t; } router_id_iterator_t;
#ifndef COCCI
/** /**
* Initializer for a router_id_iterator_t. * Initializer for a router_id_iterator_t.
*/ */
#define ROUTER_ID_ITERATOR_INIT { { NULL, 0 }, { NULL, 0 } } #define ROUTER_ID_ITERATOR_INIT { { NULL, 0 }, { NULL, 0 } }
#endif
/** Given an index *<b>idxp</b> into the consensus at <b>cons</b>, advance /** Given an index *<b>idxp</b> into the consensus at <b>cons</b>, advance
* the index to the next router line ("r ...") in the consensus, or to * the index to the next router line ("r ...") in the consensus, or to