rc-list - mailing list for the rc(1) shell
 help / color / mirror / Atom feed
From: tore@bibsyst.no (Tore Morkemo)
To: rc@archone.tamu.edu (rc list)
Subject: history on SCO
Date: Sun, 19 Jan 1992 14:01:27 -0600	[thread overview]
Message-ID: <m0l5ihs-000B08C@bibsyst.no> (raw)


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


                 reply	other threads:[~1992-01-20 17:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m0l5ihs-000B08C@bibsyst.no \
    --to=tore@bibsyst.no \
    --cc=rc@archone.tamu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).