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 <joelcsalo...@gmail.com> wrote: > On 11/14/2010 04:44 PM, Charles Forsyth wrote: >> the list of unimplemented items in /sys/src/cmd/cc/c99* is: > <snip> >> i can think of something else that's not been noticed, but what other things >> have you found? > > Why is __func__ listed as “unwanted”? I’ve found it useful for some > logging functions. > > --Joel > > -- Federico G. Benavento