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

Re: raises hand for bite-sized issue #604

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-24 00:33:40 CET

Garrett Rooney <rooneg@electricjellyfish.net> writes:
> as much as i hate notepad, at least it's always there on windows...
>
> #ifndef WIN23
> editor = apr_getenv("EDITOR");
> #else
> editor = "notepad.exe";
> #end

Yeah, if that will actually prove more useful for users, I'm fine with
it. No need to be *completely* religious about avoiding portability
#ifdefs in the code. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:59 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.