Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!apple!well!markg From: markg@well.UUCP (Mark Grand) Newsgroups: comp.std.c Subject: short vs. long Message-ID: <11763@well.UUCP> Date: 21 May 89 06:54:06 GMT Reply-To: markg@well.UUCP (Mark Grand) Distribution: usa Organization: Whole Earth 'Lectronic Link, Sausalito, CA Lines: 5 The current draft of the standard does not require that the sizeof short is less than or equal to the sizeof int; nor that sizeof int is less than or equal to sizeof long. Does anyone know if this was a deliberate or acidental omission?