[haiku-commits] Re: BRANCH mmadia-github.separate-build-environment - headers/build/config_build headers/build/os_target/support src/build/libroot headers/build/posix_target headers/build/config

  • From: Matt Madia <mattmadia@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 3 Aug 2012 14:06:33 +0000

On 8/3/12, Ingo Weinhold <ingo_weinhold@xxxxxx> wrote:
> On 2012-08-02 at 22:49:23 [+0200], mmadia-github.separate-build-environment
> <community@xxxxxxxxxxxx> wrote:
>> diff --git a/headers/build/posix_target/target_limits.h
>> b/headers/build/posix_target/target_limits.h
>> index 138fd32..deb1463 100644
>> --- a/headers/build/posix_target/target_limits.h
>> +++ b/headers/build/posix_target/target_limits.h

>>  #define _HAIKU_BUILD_LONGLONG_MIN    (-9223372036854775807LL - 1)  /*
>>  these are Be specific */
>>  #define _HAIKU_BUILD_LONGLONG_MAX    (9223372036854775807LL)
>
> Strictly speaking those are compiler specific, though I think long long is
> 64
> bit for all platforms/compilers ATM.

So, do those need to be changed to #define LONGLONG_MIN?

--mmadia

Other related posts: