C Preprocessor
Neil Mitchell
ndmitchell at gmail.com
Thu Dec 6 09:47:28 EST 2007
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
More information about the Glasgow-haskell-users
mailing list