From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJMgm-0004nz-2e for qemu-devel@nongnu.org; Wed, 24 Jun 2009 03:14:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJMgh-0004jb-Cz for qemu-devel@nongnu.org; Wed, 24 Jun 2009 03:14:35 -0400 Received: from [199.232.76.173] (port=45923 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJMgh-0004jY-8G for qemu-devel@nongnu.org; Wed, 24 Jun 2009 03:14:31 -0400 Received: from mx20.gnu.org ([199.232.41.8]:55030) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MJMgg-0006wC-Mj for qemu-devel@nongnu.org; Wed, 24 Jun 2009 03:14:30 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJMgg-0000IL-4v for qemu-devel@nongnu.org; Wed, 24 Jun 2009 03:14:30 -0400 Message-ID: <4A41D202.6070608@redhat.com> Date: Wed, 24 Jun 2009 09:13:06 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Fix QCOW2 debugging code to compile again References: In-Reply-To: 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: malc Cc: Blue Swirl , Filip Navara , qemu-devel@nongnu.org malc schrieb: > On Tue, 23 Jun 2009, Blue Swirl wrote: > >> 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. I agree. > It's all the same for me: C-u A-; You're not alone in the world. Kevin