[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: CVS update: subversion/subversion/libsvn_subr hashdump.c

From: Branko Èibej <brane_at_xbc.nu>
Date: 2000-11-09 23:20:14 CET

What I'm worried about here is that we'll see apr_size_t and size_t
intermixed in the code. Now that /is/ confusing. Then there's
apr_ssize_t, which it might be necessary to use somewhere, and there's
no ANSI equivalent - ssize_t is POSIX, AFAIK, but it's not ANSI. (Ah, it
might be ISO C99, though, not sure, but there are no C99 compilers out
there yet.)

If APR is our portability layer, then let's be pedantic about it and use
the APR types everywhere. I prophesy this will save us some grief later on.

-- 
Brane �ibej
home: <brane_at_xbc.nu> http://www.xbc.nu/brane/
work: <branko.cibej_at_hermes.si> http://www.hermes-softlab.com/
ACM: <brane_at_acm.org> http://www.acm.org/
Received on Sat Oct 21 14:36:14 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.