Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 1995 17:17:33 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        j@uriah.heep.sax.de, rpt@miles.sso.loral.com
Cc:        hackers@FreeBSD.org
Subject:   Re: GNU cpp bug with pthreads
Message-ID:  <199505030717.RAA31389@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> #ifdef __STDC__

>Note: this should be ``#if __STDC__'' anyway.  Some preprocessors do
>define this macro to 0 when running in `traditional' mode.  ANSI says
>it is ``the constant 1'' in a standard-conforming environment.

The FreeBSD headers (include and sys) consistently use `#ifdef __STDC__'
It makes no difference in a standard conforming environment but `ifdef'
may be more likely to DTRT for quasi-standard environments.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505030717.RAA31389>