Re: C99 code in utf8proc.h

2014-02-28 Thread Philip Martin
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*

Re: C99 code in utf8proc.h

2014-02-28 Thread Branko Čibej
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

Re: C99 code in utf8proc.h

2014-02-28 Thread Branko Čibej
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

Re: C99 code in utf8proc.h

2014-02-28 Thread Philip Martin
"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

RE: C99 code in utf8proc.h

2014-02-28 Thread Bert Huijben
> -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 >

C99 code in utf8proc.h

2014-02-28 Thread Philip Martin
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 #