bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature: C preprocessor supports __func__ or __FUNCTION__?


From: Paul Eggert
Subject: Re: Feature: C preprocessor supports __func__ or __FUNCTION__?
Date: Tue, 16 Jul 2002 10:12:53 -0700 (PDT)

> Thanks for the patch, but we lack the documentation for it.

Also, when you document it, can you please note a portability gotcha
inherent to the workarounds?  In C99 one can assume that the address
of __func__ is fixed and unique -- e.g., (__func__ == __func__ &&
__func__ != "foo") -- but that is not true of the workarounds.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]