6 messages in com.mysql.lists.plusplusRe: Token pasting warning spam on GCC...
FromSent OnAttachments
Warren Young07 Mar 2003 13:53 
Jonathan Arnold07 Mar 2003 14:15 
Warren Young11 Mar 2003 21:26 
Jonathan Arnold12 Mar 2003 07:07 
Warren Young12 Mar 2003 11:35 
Warren Young12 Mar 2003 11:59.patch
Subject:Re: Token pasting warning spam on GCC 3.x
From:Jonathan Arnold (jdar@buddydog.org)
Date:03/12/2003 07:07:35 AM
List:com.mysql.lists.plusplus

I tracked down the remaining 15 warnings. They're in the "mandatory compare" and "compare N" sections of the file, where "N" is the second argument to sql_create_M().

Yes, I fixed the file myself. Basically, I did a search and replace on the following:

' ##' > ' ' '~##' > '~' '##<' > '<'

etc. If anyone is interested I can post the "fixed" custom-macros.hh file, or make it available from my web site. But at the top of the file, it warns that this file is created by a perl script, which I haven't looked at. If you are interested in the file, drop me an email and I'll send it off. If I get enough requests, I will post it on my web site.