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

Re: svn commit: r18486 - trunk/subversion/libsvn_ra_serf

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2006-02-17 14:21:47 CET

Justin Erenkrantz wrote:
> Therefore, each variation would ultimately need its own #define and
> keeping track of that - since a #define would be separated from the
> actual loop into a header file (meaning every time I tweak it,
> everything in the library needs to be recompiled) - is what I feel
> isn't right at this early stage. -- justin

FWIW, a #define doesn't have to be in a header file just because it's a
#define, only if it is intended to be shared. If it's only for local use in
one C file it belongs in that file.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 17 14:22:39 2006

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.