From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9367 invoked by alias); 27 Jul 2017 17:04:55 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 9355 invoked by uid 89); 27 Jul 2017 17:04:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*M:stream, H*M:lan X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Jul 2017 17:04:53 +0000 Received: from stream.wildebeest.org (deer0x01.wildebeest.org [172.31.17.131]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id BB9223000466; Thu, 27 Jul 2017 19:04:51 +0200 (CEST) Received: by stream.wildebeest.org (Postfix, from userid 1000) id 11CF310148F; Thu, 27 Jul 2017 19:05:05 +0200 (CEST) Date: Thu, 27 Jul 2017 17:04:00 -0000 From: Mark Wielaard To: Yunlian Jiang Cc: elfutils-devel@sourceware.org Subject: Re: [PATCH] libdwfl: Move nested functions in parse_opt to file scope. Message-ID: <20170727170505.GB6002@stream.lan> References: <1501171933.3741.14.camel@klomp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) X-IsSubscribed: yes X-SW-Source: 2017-q3/txt/msg00059.txt.bz2 On Thu, Jul 27, 2017 at 09:35:29AM -0700, Yunlian Jiang wrote: > I attach the output of git format-patch and this should work. It does. Applied to master (with ChangeLog entry). Thanks, Mark