From ef5d1e6b656e752c79bb5df26f64aef51550594f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 9 Oct 2019 11:12:41 -0400 Subject: [PATCH] consdiff disable a macro when running with COCCI --- src/feature/dircommon/consdiff.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/feature/dircommon/consdiff.c b/src/feature/dircommon/consdiff.c index 8e93953f73..f75ec848b5 100644 --- a/src/feature/dircommon/consdiff.c +++ b/src/feature/dircommon/consdiff.c @@ -530,10 +530,12 @@ typedef struct router_id_iterator_t { cdline_t hash; } router_id_iterator_t; +#ifndef COCCI /** * Initializer for a router_id_iterator_t. */ #define ROUTER_ID_ITERATOR_INIT { { NULL, 0 }, { NULL, 0 } } +#endif /** Given an index *idxp into the consensus at cons, advance * the index to the next router line ("r ...") in the consensus, or to