From owner-freebsd-hackers Thu Jun 5 16:13:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA12653 for hackers-outgoing; Thu, 5 Jun 1997 16:13:01 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA12646 for ; Thu, 5 Jun 1997 16:12:53 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0wZlhN-0003Ei-00; Thu, 5 Jun 1997 17:12:05 -0600 To: sthaug@nethelp.no Subject: Re: signed/unsigned cpp Cc: toneil@visigenic.com, hackers@freebsd.org In-reply-to: Your message of "Wed, 04 Jun 1997 23:03:01 +0200." <16479.865458181@verdi.nethelp.no> References: <16479.865458181@verdi.nethelp.no> <3.0.32.19970604131514.00a368e0@visigenic.com> Date: Thu, 05 Jun 1997 17:12:05 -0600 From: Warner Losh Message-Id: Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <16479.865458181@verdi.nethelp.no> sthaug@nethelp.no writes: : Don't tell this to DEC-10 people :-) The C compiler that I used on a Tops-20 machine back at New Mexico Tech (where the compiler was written) had 8 bit characters, packed 4 to a 36-bit word. The char * pointers were, ah, interesting. Warner