Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ub.d.umn.edu!cs.umn.edu!uc!shamash!bls From: bls@u02.svl.cdc.com (Brian Scearce) Newsgroups: comp.lang.c Subject: Re: 64 bit longs? Keywords: long, 64-bit, int32, int64 Message-ID: <29855@shamash.cdc.com> Date: 14 Jan 91 19:28:51 GMT References: <2567@casbah.acns.nwu.edu> Sender: usenet@shamash.cdc.com Distribution: usa Lines: 20 hpa@casbah.acns.nwu.edu (Peter Anvin) writes: >Does anyone know if this configuration is supported (presumably on 32-bit >machines): >char = 8 bits >short = 16 bits >int = 32 bits >long = 64 bits The CDC Cyber 180 series (64 bit machine) has: char = 8 bits short = 32 bits int = 64 bits long = 64 bits pointer= 48 bits Not exactly what you asked for, but it does answer the subject line. -- Brian Scearce (bls@robin.svl.cdc.com -or- robin!bls@shamash.cdc.com) Any opinions expressed herein do not necessarily reflect CDC corporate policy.