Hi Paul, > I expect the problem is what happens when you do something > like this: > > #define FOO BAR > #define BAR -0 > #define def defined > #define X def FOO > #if X > > Does this test where FOO is defined, or BAR? Or maybe it > tests neither and just evaluates 0 - 0?
A very nice example :-) > Anyway, thanks, I pushed the change. Thanks. Bruno