From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97038 invoked by alias); 6 Jan 2019 16:53:09 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 97024 invoked by uid 89); 6 Jan 2019 16:53:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=tomorrow X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 06 Jan 2019 16:53:07 +0000 Received: by simark.ca (Postfix, from userid 112) id 328F41E7AF; Sun, 6 Jan 2019 11:53:05 -0500 (EST) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id A31141E4A3; Sun, 6 Jan 2019 11:53:04 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 06 Jan 2019 16:53:00 -0000 From: Simon Marchi To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Fix build failure with macOS bison In-Reply-To: <87pnt9zq5t.fsf@tromey.com> References: <20190106164911.22546-1-tom@tromey.com> <87pnt9zq5t.fsf@tromey.com> Message-ID: <51e82844deeb8c15d3264a86ee4a69c8@simark.ca> X-Sender: simark@simark.ca User-Agent: Roundcube Webmail/1.3.6 X-SW-Source: 2019-01/txt/msg00091.txt.bz2 On 2019-01-06 11:50, Tom Tromey wrote: > Simon -- I can't readily try this patch on macOS right now, so I was > hoping you could. I could tomorrow when I am at work. Simon