Hi Simon, > Yes, sure. (although the ' thing doesn't bite us - perhaps it doesn't > apply with -traditional?)
I think it bit me last week. I had something like: #define a b foo'bar a In this case it did because "a" wasn't changed to "b". It may have been other complex things going on as well, but removing the ' fixed the issue. It's less likely to bite, but still hiding out :-) Thanks Neil _______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users