From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJ8sB-0001LC-Mx for qemu-devel@nongnu.org; Tue, 23 Jun 2009 12:29:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJ8sA-0001KT-8n for qemu-devel@nongnu.org; Tue, 23 Jun 2009 12:29:26 -0400 Received: from [199.232.76.173] (port=49294 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ8sA-0001KF-30 for qemu-devel@nongnu.org; Tue, 23 Jun 2009 12:29:26 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:58378) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJ8s9-0000Az-Mp for qemu-devel@nongnu.org; Tue, 23 Jun 2009 12:29:25 -0400 Received: by fg-out-1718.google.com with SMTP id l27so905747fgb.8 for ; Tue, 23 Jun 2009 09:29:24 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 23 Jun 2009 19:29:24 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Fix QCOW2 debugging code to compile again From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Filip Navara Cc: qemu-devel@nongnu.org On T, Filip Navara wrote: > Signed-off-by: Filip Navara > -//#define DEBUG_ALLOC > -//#define DEBUG_ALLOC2 > -//#define DEBUG_EXT > +/* #define DEBUG_ALLOC */ > +/* #define DEBUG_ALLOC2 */ > +/* #define DEBUG_EXT */ The C99 comment version is much more convenient than K&R comment version in cases like this, where the intention is to be able to enable the define quickly.