From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from nac.no ([129.240.2.40]) by archone.tamu.edu with SMTP id <18932>; Mon, 20 Jan 1992 11:19:22 -0600 Received: by nac.no (5.64+IDA/Babel-1.6/6.0) id AAnac17130; Mon, 20 Jan 1992 17:29:34 +0100 Received: by bibsyst.no (/\==/\ Smail3.1.21.1 #21.19) id ; Sun, 19 Jan 92 20:01 GMT Message-Id: From: tore@bibsyst.no (Tore Morkemo) Subject: history on SCO To: rc@archone.tamu.edu (rc list) Date: Sun, 19 Jan 1992 14:01:27 -0600 X-Mailer: ELM [version 2.3 PL11] -- Hi ! Due to a "bug" in SCO's cc compiler the history program won't work. It seems that constants declared in an enumeration is limited to short. Since a short is only 2 bytes the enum chunk with CHUNKSIZE = 65536 will end up defining CHUNKSIZE as 0 ! I solved this by changing CHUNKSIZE to a #define CHUNKSIZE 65536 since the enum chunk is never being used by history.c Tore. +----------------------------------------------------------------------+ ! Tore Morkemo, Bibliotek-Systemer A/S, N-3250 Larvik, Norway ! ! uucp: ...!bibsyst.no!tore Tel: +47 34 82 202 ! ! tore@bibsyst.no Fax: +47 34 85 185 ! +----------------------------------------------------------------------+