From mint-bounce@lists.fishpool.fi Fri Apr 9 17:32:24 2010 Message-ID: <4BBF9C71.9010309@freesbee.fr> Date: Fri, 09 Apr 2010 23:30:25 +0200 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] Missing parenthesis in mint/sysvars.h References: <20100409231102.bef316ee.mandin.patrice@orange.fr> In-Reply-To: <20100409231102.bef316ee.mandin.patrice@orange.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Antivirus: avast! (VPS 100409-1, 09/04/2010), Outbound message X-Antivirus-Status: Clean X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o39LWNb6007962 Patrice Mandin wrote: > There is a missing ( for the definition of vblsem, in mint/sysvars.h: > #define vblsem ((short *) 0x452L)) /* vbl semaphore */ > > It should be: > #define vblsem (((short *) 0x452L)) /* vbl semaphore */ Or better, the last closing one should be removed. -- Vincent Rivière