public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andreas Jaeger <aj@arthur.rhein-neckar.de>
To: egcs@cygnus.com
Subject: ISO C 9X Draft <limits.h>
Date: Fri, 12 Dec 1997 08:02:00 -0000	[thread overview]
Message-ID: <m0xgWfQ-0001txC@arthur.rhein-neckar.de> (raw)

The ISO C9X Draft specifies the macros LLONG_MIN, LLONG_MAX and
ULLONG_MAX but limits.h (at least in egcs 2.90.19) uses LLONG_MIN,
LONG_LONG_MAX and ULONG_MAX.

       5.2.4.2.1  Sizes of integer types <limits.h>
          [...]
          - minimum value for an object of type long long int
            LLONG_MIN     -9223372036854775807

          - maximum value for an object of type long long int
            LLONG_MAX     +9223372036854775807

          - maximum value for an object of type unsigned long  long
            int
            ULLONG_MAX    18446744073709551615

Can we easily replace the macro names in glimits.h? Or do we have to
maintain backward compatibility?

Andreas
-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@alma.student.uni-kl.de
    http://www.student.uni-kl.de/~ajaeger/

                 reply	other threads:[~1997-12-12  8:02 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=m0xgWfQ-0001txC@arthur.rhein-neckar.de \
    --to=aj@arthur.rhein-neckar.de \
    --cc=egcs@cygnus.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).