From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 37bd29ac for ; Fri, 24 Aug 2018 01:27:47 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 0F787A1A99; Fri, 24 Aug 2018 11:27:46 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 89F8AA1A1A; Fri, 24 Aug 2018 11:27:33 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 2593EA1A1A; Fri, 24 Aug 2018 11:27:32 +1000 (AEST) Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by minnie.tuhs.org (Postfix) with ESMTPS id 2D6E8A1A19 for ; Fri, 24 Aug 2018 11:27:31 +1000 (AEST) Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id 5945A18C088; Thu, 23 Aug 2018 21:27:30 -0400 (EDT) To: tuhs@minnie.tuhs.org Message-Id: <20180824012730.5945A18C088@mercury.lcs.mit.edu> Date: Thu, 23 Aug 2018 21:27:30 -0400 (EDT) From: jnc@mercury.lcs.mit.edu (Noel Chiappa) Subject: Re: [TUHS] C++ / Kernel X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: jnc@mercury.lcs.mit.edu Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" > From: Clem Cole > Im pretty sure I remember void being in typesetter C also. Hmm. In the two original 'help' files I have about the changes to C (the term 'typesetter C' doesn't appear, but it's pretty clear that's what the subject is), available through here: http://gunkies.org/wiki/Typesetter_C the term 'void' does not appear (although most other stuff - e.g. unions, bit fields, typedef, yadda yadda - does). Noel