From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: Frank Klemm Cc: Neil Booth , gcc@gcc.gnu.org Subject: Re: Proposal Date: Thu, 27 Sep 2001 05:39:00 -0000 Message-id: References: <200109151841.UAA04064@fuchs.offl.uni-jena.de> <20010917235928.A11347@daikokuya.demon.co.uk> <20010918021527.A14623@fuchs.offl.uni-jena.de> X-SW-Source: 2001-09/msg01083.html On Sep 17, 2001, Frank Klemm 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