From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <4CE4B9DA.2060906@gmail.com> References: <4CE4B9DA.2060906@gmail.com> Date: Thu, 18 Nov 2010 19:50:28 -0300 Message-ID: From: "Federico G. Benavento" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Plan9 development Topicbox-Message-UUID: 8566a8e6-ead6-11e9-9d60-3106f5b1d025 isn't this redundant with cpp(1)'s __FUNCTION__? if __FUNCTION__ isn't standard, then we should change it to __func__ in cpp and that's it On Thu, Nov 18, 2010 at 2:30 AM, Joel C. Salomon w= rote: > On 11/14/2010 04:44 PM, Charles Forsyth wrote: >> the list of unimplemented items in /sys/src/cmd/cc/c99* is: > >> i can think of something else that's not been noticed, but what other th= ings have you found? > > Why is __func__ listed as =E2=80=9Cunwanted=E2=80=9D? =C2=A0I=E2=80=99ve = found it useful for some > logging functions. > > --Joel > > --=20 Federico G. Benavento