Ian Abbott <[EMAIL PROTECTED]> writes:

> ch == '\'' || ch == '"'    ==>   "ch == '\\'' || ch == '\"'"
> ch == '\'' || ch == '\"'   ==>   "ch == '\\'' || ch == '\\\"'"
> 
> Also, both versions of the character constant '"' and '\"' are
> valid, so if the compiler barfs on any of the above it must be
> faulty. I suggest a bug report to the maintainers of this compiler
> is in order.

All the compilers grok the literal, but the problem is in the `assert'
macro which stringifies it.

Reply via email to