From: Richard Russon Date: Mon, 6 Jun 2016 12:45:23 +0000 (+0100) Subject: LIBNOTMUCH_CHECK_VERSION macro broken X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e090b0d4990f6ce9b85d2c5640d74330a75b110d;p=notmuch-archives.git LIBNOTMUCH_CHECK_VERSION macro broken --- diff --git a/5a/c694a9a79134dad3b53e73a9007ada95f2bf75 b/5a/c694a9a79134dad3b53e73a9007ada95f2bf75 new file mode 100644 index 000000000..1f63e9c13 --- /dev/null +++ b/5a/c694a9a79134dad3b53e73a9007ada95f2bf75 @@ -0,0 +1,78 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 102506DE0281 + for ; Mon, 6 Jun 2016 05:53:04 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.112 +X-Spam-Level: +X-Spam-Status: No, score=-0.112 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] + 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 AJ7rKqP-UeLv for ; + Mon, 6 Jun 2016 05:52:56 -0700 (PDT) +X-Greylist: delayed 448 seconds by postgrey-1.35 at arlo; + Mon, 06 Jun 2016 05:52:56 PDT +Received: from flatcap.org (flatcap.org [178.79.161.177]) + by arlo.cworth.org (Postfix) with ESMTPS id 1A8036DE01C2 + for ; Mon, 6 Jun 2016 05:52:56 -0700 (PDT) +Received: from localhost (localhost [127.0.0.1]) + by flatcap.org (Postfix) with ESMTP id 457B018C1 + for ; Mon, 6 Jun 2016 13:45:26 +0100 (BST) +X-Virus-Scanned: amavisd-new at flatcap.org +Received: from flatcap.org ([127.0.0.1]) + by localhost (flatcap.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id RJj18_0-zhdF for ; + Mon, 6 Jun 2016 13:45:25 +0100 (BST) +Received: from laptop.flatcap.org (vpn10.flatcap.org [10.8.0.10]) + (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) + (No client certificate requested) + by flatcap.org (Postfix) with ESMTPS id 7B1D215F3 + for ; Mon, 6 Jun 2016 13:45:24 +0100 (BST) +DMARC-Filter: OpenDMARC Filter v1.3.1 flatcap.org 7B1D215F3 +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=flatcap.org; s=mail; + t=1465217125; bh=Wh5xFtG79VDpcr5jm2LJwKvD4ezwEah5yVJ5GKyC99s=; + h=Date:From:To:Subject:From; + b=uoPI8jorgS9XZV2RNs4kjXCJHTlPRuioNNcVYeBKETJhfqxZj9u+lXViKlVg+HrI7 + KxDtu5JLsHVDoRzduYHjfwNebPlRP+diEr/DJc3f0mMkedmK+Iq2Rjg1iSSencJqkW + nfTUYO7t5MP/7yUhOM3T0BOiXGPb07UuRc1QYlyg= +Date: Mon, 6 Jun 2016 13:45:23 +0100 +From: Richard Russon +To: notmuch@notmuchmail.org +Subject: LIBNOTMUCH_CHECK_VERSION macro broken +Message-Id: <20160606124522.g2y2eazhhrwjsa4h@flatcap.org> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +User-Agent: Mutt/1.6.1-neo (2016-05-30) +X-Mailman-Approved-At: Mon, 06 Jun 2016 06:59:28 -0700 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Mon, 06 Jun 2016 12:53:04 -0000 + +In the macro definition begins: + +#define LIBNOTMUCH_CHECK_VERSION (major, minor, micro) + +There shouldn't be a space before the ( + +This is from the current version in git. + +Cheers, + Rich / FlatCap +