Re: __FUNCTION__ vs __func__

2004-11-06 Thread Eric Anholt
On Sat, 2004-11-06 at 16:27, Randy.Dunlap wrote: > Eric Anholt wrote: > > One of our developers who is working with a non-gcc compiler has asked > > if we could convert __FUNCTION__ usage in the drm to __func__. __func__ > > has the benefits of being shorter, being c99, and still being just fine >

Re: __FUNCTION__ vs __func__

2004-11-06 Thread Randy.Dunlap
Eric Anholt wrote: One of our developers who is working with a non-gcc compiler has asked if we could convert __FUNCTION__ usage in the drm to __func__. __func__ has the benefits of being shorter, being c99, and still being just fine for gcc 2.95. Any opposition? Most of linux-kernel still uses &

__FUNCTION__ vs __func__

2004-11-06 Thread Eric Anholt
One of our developers who is working with a non-gcc compiler has asked if we could convert __FUNCTION__ usage in the drm to __func__. __func__ has the benefits of being shorter, being c99, and still being just fine for gcc 2.95. Any opposition? -- Eric Anholt[EMA