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

#if/#ifdef mismatches

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 15 Oct 2012 16:43:56 +0200

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.
Received on 2012-10-15 16:44:34 CEST

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.