|
|
Choosing A Webhost: |
RE: __func__ vs. __FUNCTION__: msg#00216db.tds.freetds
> From: ark@xxxxxxxx [mailto:ark@xxxxxxxx] > Sent: October 27, 2003 9:08 AM > > IIRC, this won't work. __FUNCTION__ is not "real" defined macro and > it cannot be checked by #ifdef, at least gcc manual says so. I see. Quite right, as a simple test program shows: #include <stdio.h> int main() { #ifdef __FUNCTION__ char msg[] = "__FUNCTION__\n"; #else char msg[] = "no __FUNCTION__\n"; #endif puts(msg); } Looks like a job for AC_TRY_COMPILE. If we want to use the feature at all. :-/ --jkl > > __FUNCTION__ or __func__, we'll have to tolerate compilers > that don't have > > them. Maybe something like: > > > > #ifndef __func__ > > # ifdef __FUNCTION__ > > # define __func__ __FUNCTION__ > > # else > > # define __func__ __FILE__ > > # endif > > #endif ----------------------------------------- The information contained in this transmission may contain privileged and confidential information and is intended only for the use of the person(s) named above. If you are not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender immediately by reply e-mail and destroy all copies of the original message. Please note that we do not accept account orders and/or instructions by e-mail, and therefore will not be responsible for carrying out such orders and/or instructions.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: __func__ vs. __FUNCTION__, ark |
|---|---|
| Next by Date: | RE: fd_Set -parse error, Lowden, James K |
| Previous by Thread: | Re: __func__ vs. __FUNCTION__, ark |
| Next by Thread: | RE: __func__ vs. __FUNCTION__, ZIGLIO Frediano |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |