From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zctfs063.nortelnetworks.com (zctfs063.nortelnetworks.com [47.164.128.120]) by ozlabs.org (Postfix) with ESMTP id 4F235683E7 for ; Mon, 3 Oct 2005 15:07:35 +1000 (EST) Message-ID: <4340BC80.4000500@nortel.com> Date: Sun, 02 Oct 2005 23:07:12 -0600 From: "Christopher Friesen" MIME-Version: 1.0 To: Bob Brose References: <20051003021129.20564.qmail@kunk.qbjnet.com> In-Reply-To: <20051003021129.20564.qmail@kunk.qbjnet.com> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: linuxppc-dev@ozlabs.org Subject: Re: Q: signed vs unsigned char, PPC vs x86 gcc 3.3.5 compiler differences List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Bob Brose wrote: > Does this mean the char in x86 is signed and in PPC it's unsigned? > Has it always been thus? From K+R: "Whether plain chars are signed or unsigned is machine-dependent, but printable characters are always positive." Chris