Branko Čibej writes:
> Philip: Can you try the Solaris build with r1573069, please?
Complains about redefining the sized types, fails due to undefined
'bool', 'true' or 'false'. See r1573084.
--
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
On 28.02.2014 21:20, Branko Čibej wrote:
> On 28.02.2014 20:15, Philip Martin wrote:
>> The introduction of utf8proc in libsvn_subr has brought this code in
>> utf8proc.h:
>>
>> #ifdef _MSC_VER
>> typedef signed char int8_t;
>> typedef unsigned char uint8_t;
>> typedef short int16_t;
>> typedef uns
On 28.02.2014 20:15, Philip Martin wrote:
> The introduction of utf8proc in libsvn_subr has brought this code in
> utf8proc.h:
>
> #ifdef _MSC_VER
> typedef signed char int8_t;
> typedef unsigned char uint8_t;
> typedef short int16_t;
> typedef unsigned short uint16_t;
> typedef int int32_t;
> #ifd
"Bert Huijben" writes:
>> -Original Message-
>> From: Philip Martin [mailto:philip.mar...@wandisco.com]
>> Sent: vrijdag 28 februari 2014 20:15
>> To: dev@subversion.apache.org
>> Subject: C99 code in utf8proc.h
>>
>> The introduction
> -Original Message-
> From: Philip Martin [mailto:philip.mar...@wandisco.com]
> Sent: vrijdag 28 februari 2014 20:15
> To: dev@subversion.apache.org
> Subject: C99 code in utf8proc.h
>
> The introduction of utf8proc in libsvn_subr has brought this code in
>
The introduction of utf8proc in libsvn_subr has brought this code in
utf8proc.h:
#ifdef _MSC_VER
typedef signed char int8_t;
typedef unsigned char uint8_t;
typedef short int16_t;
typedef unsigned short uint16_t;
typedef int int32_t;
#ifdef _WIN64
#define ssize_t __int64
#else
#define ssize_t int
#
6 matches
Mail list logo