Re: [PATCH] use apr macros to make cache-membuffer.c more portable

2013-03-26 Thread Joe Swatosh
Thanks! -- Joe On Tue, Mar 26, 2013 at 2:22 AM, Stefan Fuhrmann wrote: > On Tue, Mar 26, 2013 at 1:34 AM, Joe Swatosh wrote: >> >> Inspired by Bert's comment in another thread about apr macros > > > Hi Joe, > > Thanks for the patch. Committed as 1461030. > > -- Stefan^2. > >> >> [[[ >> Use apr

Re: [PATCH] use apr macros to make cache-membuffer.c more portable

2013-03-26 Thread Stefan Fuhrmann
On Tue, Mar 26, 2013 at 1:34 AM, Joe Swatosh wrote: > Inspired by Bert's comment in another thread about apr macros > Hi Joe, Thanks for the patch. Committed as 1461030. -- Stefan^2. > [[[ > Use apr macros to make code more portable. > > * subversion/libsvn_subr/cache-membuffer.c > (mac

[PATCH] use apr macros to make cache-membuffer.c more portable

2013-03-25 Thread Joe Swatosh
Inspired by Bert's comment in another thread about apr macros [[[ Use apr macros to make code more portable. * subversion/libsvn_subr/cache-membuffer.c (macros): use APR_UINT64_C instead of ull suffix to define DEFAULT_MIN_SEGMENT_SIZE, MIN_SEGMENT_SIZE, and MAX_SEGMENT_SIZE. ]]] Index: