This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Proposal
On Sep 17, 2001, Frank Klemm <pfk@fuchs.offl.uni-jena.de> wrote:
> For instance try to convert
> #define MILLION MY_MERGE_5 ( 1, _, 000, _, 000 )
If you're going down this road, I'd rather just do
#define MILLION MERGE3(1, 000, 000)
where
#define MERGE3(a,b,c) a##b##c
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me