From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6046 invoked by alias); 25 Feb 2011 20:58:51 -0000 Received: (qmail 6035 invoked by uid 22791); 25 Feb 2011 20:58:51 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Feb 2011 20:58:40 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1PKwcJu028986 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 25 Feb 2011 15:58:38 -0500 Received: from greed.delorie.com (ovpn-112-43.phx2.redhat.com [10.3.112.43]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p1PKeUsO007059 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 25 Feb 2011 15:40:31 -0500 Received: from greed.delorie.com (localhost.localdomain [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id p1PKeSq6010128; Fri, 25 Feb 2011 15:40:28 -0500 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id p1PKePEW010127; Fri, 25 Feb 2011 15:40:25 -0500 Date: Fri, 25 Feb 2011 20:58:00 -0000 Message-Id: <201102252040.p1PKePEW010127@greed.delorie.com> From: DJ Delorie To: =?ISO-8859-1?Q?Rafael_=C1vila_de_Esp=EDndola?= CC: binutils@sourceware.org In-reply-to: <4D6184ED.9020609@mozilla.com> (message from =?ISO-8859-1?Q?Rafael_=C1vila_de_Esp=EDndola?= on Sun, 20 Feb 2011 16:17:33 -0500) Subject: Re: [patch] Fix some plugin API issues in BFD References: <4D52072E.20908@mozilla.com> <4D61718E.20003@mozilla.com> <4D6184ED.9020609@mozilla.com> X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00319.txt.bz2 > + static int have_plugin = 0; > + if (!have_loaded) Blank line between declarations and code, please. Otherwise OK.