On Sun, Nov 25, 2007 at 03:09:22PM -0800, [EMAIL PROTECTED] wrote: > Log: > [tools] Allow other double-quoted strings in a line with the CONST_STRING() > macro, as long as there's an even number of quotes. This (still) doesn't work > if there's an escaped double-quote, but it never did and it hasn't > hurt us yet.
Just for the record, I did have the case of an escaped double-quote, but I just changed the constant string to use \x22 instead of \" . :-) Pm