rc-list - mailing list for the rc(1) shell
 help / color / mirror / Atom feed
* history on SCO
@ 1992-01-19 20:01 Tore Morkemo
  0 siblings, 0 replies; only message in thread
From: Tore Morkemo @ 1992-01-19 20:01 UTC (permalink / raw)
  To: rc list


-- 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                !
+----------------------------------------------------------------------+


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1992-01-20 17:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1992-01-19 20:01 history on SCO Tore Morkemo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).