This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
re: 3.0 wierdness
- From: Finny Merrill <griever at t2n dot org>
- To: <gcc at gnu dot org>
- Date: Thu, 20 Dec 2001 13:52:22 -0600 (CST)
- Subject: re: 3.0 wierdness
The thing is, I think the "cannot put preprocessor directives in macro
args things only applies to stuff like:
MACRO( blah,
#ifdef foo
bar
#else
baz
#endif
)
but it's giving me the error for this line:
(void)printf
("Usage: ircd %s[-h servername] [-p portnumber] [-x loglevel]
[-t] [-H]\n",CMDLINE_CFG);
where CMDLINE_CFG is a macro