From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id CF2A86DE0C67 for ; Tue, 10 Oct 2017 23:21:59 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.485 X-Spam-Level: X-Spam-Status: No, score=0.485 tagged_above=-999 required=5 tests=[AWL=-0.167, SPF_NEUTRAL=0.652] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VaSK1Bk5iFQe for ; Tue, 10 Oct 2017 23:21:58 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 7FAB76DE0B78 for ; Tue, 10 Oct 2017 23:21:57 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 70A351000DF; Wed, 11 Oct 2017 09:22:07 +0300 (EEST) From: Tomi Ollila To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: avoid double typedef In-Reply-To: <20171011003000.22896-1-dkg@fifthhorseman.net> References: <20171010054916.23925-9-dkg@fifthhorseman.net> <20171011003000.22896-1-dkg@fifthhorseman.net> User-Agent: Notmuch/0.25+89~g5a0c015 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2017 06:22:00 -0000 On Tue, Oct 10 2017, Daniel Kahn Gillmor wrote: > On IRC, Domo pointed out that older gcc complains when a typedef gets > repeated. So i'm updating patch 8 in this series to avoid double > typedefs. The rest of the series should be unchanged, so i'm avoiding > re-flooding the lst with them, but i'm happy to send along a full > round of v4 if folks would prefer that. This version fixed the (c99 related ;) gcc compilation error on that particular test system (actually this system where this email is sent). The me the series looks good (based on ~30 min code look-through session) and the tests pass (as good as w/o these changes). Tomi > > the "cleartext-index" branch of https://gitlab.com/dkg/notmuch has > been updated to include this fix, and is now at > 9be9d7a6bf083968458ad2cecf4af7f0d99f1cb3 > > Regards, > > --dkg > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch