This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/28375] Macro expansion breaks with Objective-C var-arg method calls
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2006 22:47:48 -0000
- Subject: [Bug preprocessor/28375] Macro expansion breaks with Objective-C var-arg method calls
- References: <bug-28375-12949@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2006-07-13 22:47 -------
You want to wrap the message "call" in "()":
FIRST(([NSString stringWithFormat:@"We're number %d!", 1]),
@"ignored");
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28375