autoconf-patches
[Top][All Lists]
Advanced

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

Re: Patch for C preprocessor supporting __func__ or __FUNCTION__


From: Steven G. Johnson
Subject: Re: Patch for C preprocessor supporting __func__ or __FUNCTION__
Date: Mon, 18 Nov 2002 22:35:28 -0500
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1) Gecko/20020826

Note that __func__ is an identifier defined by the C compiler; it is not a macro according to the standard, and therefore has nothing to do with the C preprocessor.

There is an AC_C_VAR_FUNC in the autoconf macro repository. I suggest that you coordinate with the author of this macro before submitting a patch.

(I'm not sure if anyone has articulated a general policy for when/whether macros from the repository are included in autoconf proper. This would be helpful, Akim.)

Steven







reply via email to

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