Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!pt.cs.cmu.edu!zog.cs.cmu.edu!dlc From: dlc@zog.cs.cmu.edu (Daryl Clevenger) Newsgroups: comp.lang.c Subject: Re: machines with oddball char * formats Message-ID: <1011@zog.cs.cmu.edu> Date: Mon, 17-Nov-86 02:19:36 EST Article-I.D.: zog.1011 Posted: Mon Nov 17 02:19:36 1986 Date-Received: Mon, 17-Nov-86 05:42:52 EST Organization: Carnegie Mellon University Lines: 6 Although I don't know the details, from what I have heard the DEC-20 suffers from a similar problem. Wordsize is 36 bits, I think all pointers are 18-bits and chars can not be packed to have a pointer to them. Also, you can define how many bits are in a byte (although this may not necessarily be a char). There is a version of pcc that I have seen for the 20, but I have never used it and I hear that it doesn't generate correct code anyhow.