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

Re: Proposal: Add #define to show new API element is available

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-04-04 19:52:33 CEST

C. Michael Pilato wrote:
> Besides that, I was pretty sure you could simply do:
>
> #ifdef svn_client_add2
> #endif
>
> But maybe I'm confused.

You are confused. The C pre-processor knows nothing about compilation-time
symbols, only about preprocessor symbols (defined with "#define").

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 4 19:53:48 2005

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.