On Mon, Oct 15, 2012 at 10:43 AM, Daniel Shahaf <d...@daniel.shahaf.name> wrote: > Found these two: > > subversion/libsvn_subr/cache_config.c:#ifdef APR_HAS_THREADS > subversion/svnserve/main.c:#ifdef APR_HAS_THREADS > > (which should use #if, not #ifdef) > > I don't have time to audit the entire tree --- I checked only these two > libraries and this one macro, not all source files and all macros.
I fixed those two. I looked to see if there were any other lines with #ifdef that needed changing. Didn't find any but I could have missed something.