|
Re: Compiler chokes on backslashes
|
05/28/2008 2:36 PM
post8534
|
Re: Compiler chokes on backslashes
On Wed, May 28, 2008 at 02:34:26PM -0400, Jonathan Juniman wrote:
> I seem to be getting error messages like this one every place I have a macro that uses '\' to split the macro across
multiple lines:
>
> Multiple markers at this line
> -stray '\' in program
> -parse error before `.'
>
> Anybody ever see this before, or know what to do about it?
Make sure there's no whitespace after the \
-seanb
|
|
|