From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rb7Up-0000bW-MV for qemu-devel@nongnu.org; Thu, 15 Dec 2011 04:21:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rb7Ul-0000cx-SY for qemu-devel@nongnu.org; Thu, 15 Dec 2011 04:20:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rb7Ul-0000cq-Lv for qemu-devel@nongnu.org; Thu, 15 Dec 2011 04:20:55 -0500 Message-ID: <4EE9BBF1.1070201@redhat.com> Date: Thu, 15 Dec 2011 11:20:49 +0200 From: Avi Kivity MIME-Version: 1.0 References: <1323879637-16901-1-git-send-email-aliguori@us.ibm.com> <1323879637-16901-2-git-send-email-aliguori@us.ibm.com> <4EE8D506.8090905@codemonkey.ws> <4EE8DABC.8050902@codemonkey.ws> <4EE8E308.7010005@weilnetz.de> In-Reply-To: <4EE8E308.7010005@weilnetz.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4] memory: make memory API parsable by gtkdoc-scan List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Peter Maydell , qemu-devel@nongnu.org On 12/14/2011 07:55 PM, Stefan Weil wrote: > > > Would 's' instead of '_' work? > > struct sCamelCase; > > typedef struct sCamelCase { > // ... > } CamelCase; > > It does not violate any standard... Would '' instead of 's' work? typedes struct CamelCase { ... } CamelCase; -- error compiling committee.c: too many arguments to function