[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: Sascha Schumann <sascha_at_apache.org>
Date: 2002-07-17 20:00:37 CEST

> If 'errno' is a function call, how the heck does 'errno = 0;' do
> anything? If it works because the compiler/system treats errno
> as a integral value, then everything else is moot.

    int *func_call();
    #define errno *func_call()

    I don't see the problem with "return errno;" though.

    - Sascha

---------------------------------------------------------------------
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:32:54 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.