From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lne4K-00016u-PP for qemu-devel@nongnu.org; Sat, 28 Mar 2009 15:19:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lne4G-00016X-7y for qemu-devel@nongnu.org; Sat, 28 Mar 2009 15:19:48 -0400 Received: from [199.232.76.173] (port=53198 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lne4G-00016U-1m for qemu-devel@nongnu.org; Sat, 28 Mar 2009 15:19:44 -0400 Received: from yw-out-1718.google.com ([74.125.46.157]:48026) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lne4F-0000A3-Qd for qemu-devel@nongnu.org; Sat, 28 Mar 2009 15:19:43 -0400 Received: by yw-out-1718.google.com with SMTP id 9so888674ywk.82 for ; Sat, 28 Mar 2009 12:19:43 -0700 (PDT) Message-ID: <49CE784C.2040306@codemonkey.ws> Date: Sat, 28 Mar 2009 14:19:40 -0500 From: Anthony Liguori MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] QEMU help output broken Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl DEFOPTION() is turning the \n into a 'n' so everything ends up on the same line. gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) Passing arbitrary text into a macro looks very fishy to me. CPP still uses a C tokenizer IIRC so you need at least lexically correct C. Regards, Anthony Liguori