From owner-freebsd-hackers Wed Jun 4 14:54:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA15133 for hackers-outgoing; Wed, 4 Jun 1997 14:54:11 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id OAA15128 for ; Wed, 4 Jun 1997 14:54:05 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA19091; Wed, 4 Jun 1997 14:50:10 -0700 From: Terry Lambert Message-Id: <199706042150.OAA19091@phaeton.artisoft.com> Subject: Re: signed/unsigned cpp To: toneil@visigenic.com (Tim Oneil) Date: Wed, 4 Jun 1997 14:50:10 -0700 (MST) Cc: hackers@FreeBSD.ORG In-Reply-To: <3.0.32.19970604131514.00a368e0@visigenic.com> from "Tim Oneil" at Jun 4, 97 01:15:17 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > A byte is 8 bits, I don't care what architecture you are running on. On a Harris H-800, which is a 24 bit machine, Hollerith encoding of characters in FORTRAN (the origin of the "byte") mandated 6 bits. I believe this was the same for the 12 bit PDP machines from DEC. CDC and others had 14 and 28 bit machines, which tended to use 7 bit bytes. Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.