6 Dec
2005
6 Dec
'05
4:06 p.m.
Max Motovilov wrote:
Yet something fishy happens with the state I can't quite put my finger on. Here's my example input:
============= #define Foo(x) bar##x Foo(foo1) #define Foo(x) x##bar #define Bar(x) x##foo Foo(foo2) Bar(bar1)
=============
[snip]
Yes, I'll have to look into this. My current implementation was a first shot and Ive expected to get problems. Wave is not written for error recovery, I'll have to invest some time to insert reliable synchronisation points.
That's fixed now in CVS. Regards Hartmut