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

Re: Is --enable-utf8 working everywhere?

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-07-17 18:05:50 CEST

On Tue, 2002-07-16 at 21:14, Branko Èibej wrote:
> Strictly speaking, Ulrich's patch is better, because there's no
> guarantee that "errno" is a simple global variable. It could be
> translated into a function call, for all you know -- depends on the
> platform, linc implementation, threading support, etc. etc. So making a
> copy makes sense.

So it's a function call. So what? It still returns a single stable
value.

If you're worried about speed, that's ridiculous. This is an error
case; a few cycles here or there isn't going to matter. (And it's not
like errno is ever a slow function call, when it's a function call.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 17 18:06:25 2002

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.