[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: Jim Jagielski <jim_at_jaguNET.com>
Date: 2002-07-17 23:39:52 CEST

Ulrich Drepper wrote:
>
> On Wed, 2002-07-17 at 11:00, Sascha Schumann wrote:
>
> > int *func_call();
> > #define errno *func_call()
> >=20
> > I don't see the problem with "return errno;" though.
>
> The problem is not
>
> return errno;
>
> it is
>
> return errno ? errno : EINVAL;
>

Are you suggesting something will change the value of 'errno' during
this code, such that the errno being tested isn't the value being
returned??

-- 
===========================================================================
   Jim Jagielski   [|]   jim_at_jaguNET.com   [|]   http://www.jaguNET.com/
      "A society that will trade a little liberty for a little order
             will lose both and deserve neither" - T.Jefferson
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 17 23:54:10 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.