From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJWnv-0000fG-VI for qemu-devel@nongnu.org; Wed, 24 Jun 2009 14:02:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJWnu-0000cA-JO for qemu-devel@nongnu.org; Wed, 24 Jun 2009 14:02:38 -0400 Received: from [199.232.76.173] (port=48352 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJWnu-0000bv-BU for qemu-devel@nongnu.org; Wed, 24 Jun 2009 14:02:38 -0400 Received: from ey-out-1920.google.com ([74.125.78.144]:45793) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJWnt-0005Z5-Pv for qemu-devel@nongnu.org; Wed, 24 Jun 2009 14:02:38 -0400 Received: by ey-out-1920.google.com with SMTP id 5so34934eyb.4 for ; Wed, 24 Jun 2009 11:02:36 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090624180009.GK14121@shareable.org> References: <20090624180009.GK14121@shareable.org> Date: Wed, 24 Jun 2009 20:02:36 +0200 Message-ID: <5b31733c0906241102w52c2a6b6r36bd8f2fb02f6139@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH v2] Fix QCOW2 debugging code to compile again From: Filip Navara Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jamie Lokier Cc: qemu-devel@nongnu.org On Wed, Jun 24, 2009 at 8:00 PM, Jamie Lokier wrote: > Filip Navara wrote: >> Updated to use C99 comments. > > I don't see any _change_ to the use of C99 comments in the patch below. > Some C99 comments are moved from one place to another, that's all. It's a change from the first version of the patch that used C89 comments and which people complained about. Best regards, Filip Navara