bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gmp 3.1.1] LONG_MAX and ULONG_MAX redefined


From: Torbjorn Granlund
Subject: Re: [gmp 3.1.1] LONG_MAX and ULONG_MAX redefined
Date: 15 Dec 2000 05:31:50 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6

Vincent Lefevre <address@hidden> writes:

  On 14 Dec, Kevin Ryde <address@hidden> wrote:
  
  > The suggestion would be to include limits.h before including
  > gmp-impl.h.  You can see gmp-impl.h has suitable #ifndef's.  I guess I
  > generally believe in standard headers before application ones.
  
  The problem is that one can have
  
  #include <gmp-impl.h>
  #include <some_header.h>
  
  where both gmp-impl.h and some_header.h are application headers,

No, no, no.  gmp-impl.h is *not* an application header.
It is a GMP-internal header.  We do anything there that is useful
for the GMP implementation.
  
We don't want to spend time on hypothetical problems.
There are real problems and real improvements to spend time on.

-- 
Torbjörn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]