Re: svn commit: r21293 - trunk/build/generator
From: Peter Samuelson <peter_at_p12n.org>
Date: 2006-09-02 06:28:20 CEST
[Daniel Rall]
No, multiple defines is correct. Otherwise you need to change all 29
#ifdef SVN_NEON_0_25
to the much less readable
#if defined(SVN_NEON_0_25) || defined(SVN_NEON_0_26)
and the same for the 7 #ifndefs.
|
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.