From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVMyZ-00082S-GY for qemu-devel@nongnu.org; Fri, 18 May 2012 09:12:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SVMyT-00060Q-ED for qemu-devel@nongnu.org; Fri, 18 May 2012 09:12:11 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:1517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVMyT-00060G-9S for qemu-devel@nongnu.org; Fri, 18 May 2012 09:12:05 -0400 Message-ID: <4FB64A8C.4070006@citrix.com> Date: Fri, 18 May 2012 14:11:40 +0100 From: Roger Pau Monne MIME-Version: 1.0 References: <1337339294-53121-1-git-send-email-roger.pau@citrix.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] audio: split IN_T into two separate constants List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: "qemu-devel@nongnu.org" malc wrote: > On Fri, 18 May 2012, Roger Pau Monne wrote: > >> Split IN_T into BSIZE and ITYPE, to avoid expansion if the OS has >> defined macros for the intX_t and uintX_t types. The IN_T constant is >> then defined in mixeng_template.h so it can be used by the >> functions/macros on this header file. >> >> This change has been tested successfully under Debian Linux and NetBSD >> 6.0BETA. >> > > Applied. Thanks!