From mint-bounce@lists.fishpool.fi Mon Sep 6 05:40:41 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=NeKzaqpTCqSePtvqKLGcWgnFmxaucWxNu4gZx66D3/E=; b=C1+6VfRhGzpcr1WBUaO6kyY7rKQB4n/C023/whIZxlHsK+Sph9rfAVlzpXu+dV2M/x N1aXExP3R4uT+DMei5iwlo3s8F96uwXORJOXeZNajXXGDJTpjITNYIPAp+hOHEfXbViJ 5sb1bG44Kfjag6PK9xiU5D2IT4VRE1Aa9jQY8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=ciOUZDnAY+edrhDVj3IsUKWudpQZnlGiF2O66vu1yWRtRjobGoQmlKe6oSz0a5Y+FF icrlQmmZ6lttS/+n3IPkchaRWJDHu5RuDaRv8CSuBY7/MXonwjSl7+oqh6vVHf1elJ5a LtVMtVUyUWgfpqEll+tBIOwbv6BbCaq4/tq2Y= Message-ID: <4C84B671.7060803@freesbee.fr> Date: Mon, 06 Sep 2010 11:37:53 +0200 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] [Highwire] gcc4 References: <006732cb.01c29262200a@smtp.freeola.net> In-Reply-To: <006732cb.01c29262200a@smtp.freeola.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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: Peter Slegg wrote: > *((long **)p_answ)++/*[3..4]*/ = gsi_; Split that into 2 lines (untested): *((long **)p_answ)/*[3..4]*/ = gsi_; p_answ += 2; Still not type clean, but it will work as expected. -- Vincent Rivière