On Mon, 9 Feb 2004, Jeff Pohlmeyer wrote:

> 
> I see things like this a lot in C headers:
> 
> #define foo(a,b,c) \
>   ( a + b + c )
> 
> 
> 
> But h2pas chokes when it sees the backslash:
> 
>   Illegal character in line 1
>   "#define foo(a,b,c) \"
>   at line 1 error : syntax error
>   at line 2 error : syntax error

A known problem :)

> I think this will solve the problem:

I applied the patch, thank you very much !

Michael.

_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to